bgnori / broom

golang practice.
1 stars 0 forks source link

letを用意する #6

Closed bgnori closed 10 years ago

bgnori commented 10 years ago

lisp のlet

参考 http://clojuredocs.org/clojure_core/clojure.core/let

bgnori commented 10 years ago

c9f53a0f663b7ef1279f5ce626e68e75f5715a9c とりあえず実装.

bgnori commented 10 years ago

{:keys [b c d] :or {d 10 b 20 c 30}} {:c 50 :d 100} dの部分は変態だろ

:as names the group you just destructured. これはdestructuringの責任かなぁ

;;Binding Mapはやり過ぎでは.