Functional oriented programming in D

ponce via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Jul 16 02:52:58 PDT 2015


On Thursday, 16 July 2015 at 09:49:03 UTC, Jarl André Hübenthal 
wrote:
> Why?

The syntax for delegate literals with braces is

> listenHTTP(settings, (req, res) {
> 	res.writeBody("Hello, World!");
> });




More information about the Digitalmars-d-learn mailing list