Arc Forum
new
|
comments
|
leaders
|
submit
login
1 point
by
absz
6061 days ago |
link
|
parent
To be fair,
that
example would be more simply written
(def mag ((x y)) (expt (+ (* x x) (* y y)) 1/2))
, but destructuring in
let
does have real uses.