Arc Forum
new
|
comments
|
leaders
|
submit
login
2 points
by
waterhouse
3126 days ago |
link
|
parent
The corresponding macro in Common Lisp has an 18-character name.
; SBCL * (destructuring-bind (x y) '(1 2) (+ x y)) 3 ; Arc arc> (let (x y) '(1 2) (+ x y)) 3