Pattern Matching in Emacs Lisp

Pattern matching is invaluable in elisp. Lists are ubiquitous, and a
small amount of pattern matching can often replace a ton of verbose
list fiddling. Read more

Similar

Distributed Computing with Emacs

I got an Elisp idea today and even went as far as implementing a proof of concept for it: distributed computing with Emacs Lisp. As usual for me the idea takes advantage of Lisp features to make the task pretty simple, very specifically Elisp's implement... (more…)

Read more »