You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).