Hacker News new | ask | show | jobs
by rad_gruchalski 604 days ago
And in imperative languages one can get away with no recursion. For example setTimeout(f, 0) in js or go routine in go. Of course one needs an accumulator in that case.
1 comments

Ah! That’s actually recursion again.