Hacker News new | ask | show | jobs
by abecedarius 1158 days ago
How about 'folding'? I've settled on that kind of name for looping/recursing helper functions.

Scheme has a bit of syntactic sugar called "named let" which makes this internal-helper pattern more concise/direct.