The Downfall of Imperative Programming

Andrei Alexandrescu SeeWebsiteForEmail at erdani.org
Tue Apr 10 14:02:57 PDT 2012


On 4/10/12 3:02 PM, Russel Winder wrote:
> Hummm... the really core issue is whether the language supports tail
> call optimization.  Functional programming languages demand it, C, C++,
> Java, Go, Python definitely don't have it, D...

D has only the tail recursion, not the tail call. The latter should be 
easy to implement.

Andrei


More information about the Digitalmars-d mailing list