Short start on destructuring.

This commit is contained in:
Colin Jones
2010-11-06 17:38:31 -05:00
parent b340cb6ccb
commit cf4162ece6
4 changed files with 7 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
(meditations
"Destructuring allows you to break up arguments"
(= __ ((fn [[a b]] (str b a))
[:foo :bar])))