|
You are here |
spootnik.org | ||
| | | | |
quanttype.net
|
|
| | | | | Have you noticed that (doto x (do ...)) is basically (prog1 x ...)? How handy! | |
| | | | |
clojure-doc.org
|
|
| | | | | This cookbook covers working with files and directories from Clojure, using functions in the clojure.java.io namespace as well as parts of the JDK via interoperability.This work is licensed under a Creative Commons Attribution 3.0 Unported License (including images & stylesheets). The source is available on Github. | |
| | | | |
ostash.dev
|
|
| | | | | Conceptually metadata is an ability for the symbol or the collection to have some additional information for the Clojure compiler. It is implemented as a map data structure and is often used to convey the type information to the compiler, documentation and compilation warnings. | |
| | | | |
nnethercote.github.io
|
|
| | | |||