Implementation of clojure threading macros, like -> or ->>
(-> 5 (+ 2) (+ 3))
=> 10
- Hector Orellana (hofm92@gmail.com)
Licensed under the GPL3 License.
Implementation of clojure threading macros in common lisp
Common LispGPL-3.0
Implementation of clojure threading macros, like -> or ->>
(-> 5 (+ 2) (+ 3))
=> 10
Licensed under the GPL3 License.