Using the .method
form maps the method call to Clojure's natural function position.
Examples:
; bad (. obj method args)
; good (.method obj args)
Using the `.method` form maps the method call to Clojure's natural function position. Examples: ; bad (. obj method args) ; good (.method obj args)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close