Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 221 Bytes

README.markdown

File metadata and controls

16 lines (9 loc) · 221 Bytes

cl-threading-macros

Implementation of clojure threading macros, like -> or ->>

Usage

(-> 5 (+ 2) (+ 3))
=> 10

Author

License

Licensed under the GPL3 License.