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
On second thought, while I think full-blown argument-list pattern-matching would be pretty cool, that's a whole separate issue that Blueprint might never implement. Let's keep this issue scoped to just implementing a destructuring-bind macro.
It'd be slick if we could perform a
destructuring-bind
when binding variables. Something like:I think §18 of On Lisp has some good stuff on destructuring. We could probably implement this as a macro in the standard library.
The text was updated successfully, but these errors were encountered: