Analysis of programming languages on Rosetta

Andrei Alexandrescu via Digitalmars-d digitalmars-d at puremagic.com
Wed Sep 24 15:55:26 PDT 2014


On 9/24/14, 3:46 PM, Ali Çehreli wrote:
> On 09/24/2014 03:03 PM, Andrei Alexandrescu wrote:
>
>  > ... again, a gratuitously linear-space function.
>  >
>  > Someone should do hard time for this.
>
> Fine! :p
>
> I've just removed my recursive factorial example which did not add much
> value anyway:
>
>    https://code.google.com/p/ddili/source/detail?r=766#
>
> Ali

You can always add the one that uses recursion with a local function. -- 
Andrei



More information about the Digitalmars-d mailing list