A few notes on choosing between Go and D for a quick project

Andrei Alexandrescu via Digitalmars-d digitalmars-d at puremagic.com
Fri Mar 13 16:13:23 PDT 2015


On 3/13/15 2:22 PM, Russel Winder via Digitalmars-d wrote:
> On Fri, 2015-03-13 at 10:31 -0700, Andrei Alexandrescu via Digitalmars-d
> wrote:
> […]
>
>>
>>     File("/tmp/a").byChunk(4096).joiner.startsWith(s)
>>
> […]
>
> Conversely, this is exactly the sort of expression that Scala (and
> Haskell sort of, Haskell insists on function application syntax) are
> getting huge positive press for being able to write. As is Python. And
> Java. And C++.

How do you mean "conversely"? Maybe you meant "incidentally"? -- Andrei


More information about the Digitalmars-d mailing list