Carp/examples/mini.carp

8 lines
101 B
Plaintext
Raw Normal View History

2016-03-21 09:12:22 +03:00
2016-03-22 19:33:20 +03:00
(defn foo []
(domap println (ref (map-copy copy ["hej" "san" "svej" "san"]))))
2016-03-21 09:12:22 +03:00
2016-03-22 19:33:20 +03:00
(foo)
2016-03-21 09:12:22 +03:00
2016-03-22 19:33:20 +03:00
(bake foo)