Tag: common-lisp
-
CLisp: Thread last - like Clojure
These days I’ve been playing with
Clojure
and one macro I really liked was->>
which is calledThread last
. Let’s implement it in Common Lisp.
These days I’ve been playing with Clojure
and one macro I really liked was
->>
which is called Thread last
. Let’s implement it in Common Lisp.