You are here |
clojure.org | ||
| | | |
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. | |
| | | |
blog.michielborkent.nl
|
|
| | | | ||
| | | |
ostash.dev
|
|
| | | | All data structures in Clojure are immutable. Any changes we do will result in a new data structure leaving an original one untouched. | |
| | | |
johnfraney.ca
|
|
| | Poetry, a next-generation Python packaging tool, makes it easy to create and publish a Python package. |