A-M baby
This commit is contained in:
parent
764da6cbbb
commit
db842d013d
19005 changed files with 197040 additions and 7 deletions
4
Task/Inverted-syntax/Clojure/inverted-syntax-2.clj
Normal file
4
Task/Inverted-syntax/Clojure/inverted-syntax-2.clj
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
((fn [x] (* x x) 5) ; Define a lambda and call it with 5.
|
||||
|
||||
(macroexpand-1 '(->> 5 (fn [x] (* x x))))
|
||||
(fn [x] (* x x) 5) ; Define a lambda that returns 5 regardless.
|
||||
Loading…
Add table
Add a link
Reference in a new issue