Explore >> Select a destination


You are here

clojure-doc.org
| | ostash.dev
13.3 parsecs away

Travel
| | 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.
| | clojure.org
11.2 parsecs away

Travel
| |
| | ostash.dev
13.3 parsecs away

Travel
| | 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.
| | blog.martinig.ch
79.8 parsecs away

Travel
| Architecture is an important asset for good programming and the notion of "pattern" is here to help us apply already trusted code architecture solutions to common problems. Jason McDonald has done a wonderful job to group some of them in a document that should be useful to most software developers. Go to his blog to