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