clojure
clojure copied to clipboard
Clojure idioms
Expand on the Clojure idioms of the Clojure Style guide, especially in terms of context
Idioms should clearly describe why they are 'The Way' (idiomatic)
- idiom name
- rational
- examples
- related
Related tickets
#421 Clojure idiom - tuple
Data Structures
clojure hash-maps should be open
- with data that may or may not be present
- access via
getorget-inwith default values ororfunction with an expression to evaluate - discussion: https://clojurians.slack.com/archives/C03S1KBA2/p1695119909309219