A Guided Tour of Clojure Destructuring Bind in Emacs Lisp (2011)

pmoriarty | 59 points

That's from 2011.

Emacs Lisp has now support for lexical scope.

https://www.gnu.org/software/emacs/manual/html_node/elisp/Le...

lispm | 6 years ago

This is really cool. I'm interested in checking out Common Lisp coming from Clojure, but I really like Clojure's syntax. A macro-heavy library that could recreate the syntax would be awesome, although I'm sure I couldn't collaborate with anyone at that point.

swlkr | 6 years ago

Read everything JVToups wrote, it's quite fun and inspiring.

elisp monads

stack monad (forth like threaded code)

pattern matching

lots of good bits

agumonkey | 6 years ago