/cl-threading-macros

Implementation of clojure threading macros in common lisp

Primary LanguageCommon LispGNU General Public License v3.0GPL-3.0

cl-threading-macros

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

Usage

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

Author

License

Licensed under the GPL3 License.