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
{{ message }}
This repository has been archived by the owner on Nov 14, 2020. It is now read-only.
fn
should be renamedfn*
fn*
should support multiple, different arity versions of the same function, as in Clojurefn
that supports sequence destructuring in its argument listdestructuring
function we could use elsewhere, like on the left-hand side oflet
bindings.It's good because it's a nice way to provide default arguments, particularly when seeding lazy sequences or recursion.
Open questions
The text was updated successfully, but these errors were encountered: