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

Russel Winder via Digitalmars-d digitalmars-d at puremagic.com
Fri Mar 13 14:22:13 PDT 2015


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++.

-- 
Russel.
=============================================================================
Dr Russel Winder      t: +44 20 7585 2200   voip: sip:russel.winder at ekiga.net
41 Buckmaster Road    m: +44 7770 465 077   xmpp: russel at winder.org.uk
London SW11 1EN, UK   w: www.russel.org.uk  skype: russel_winder



More information about the Digitalmars-d mailing list