Skip to content
jacktrades edited this page Jan 3, 2012 · 1 revision

Miscellaneous utilities.

recur(expr)
recur provides tail-call optimization to specially written functions. All tail-calls must be wrapped in a thunk (anon function with no args).

Clone this wiki locally