Recent Posts

RuboCop

less than 1 minute read

After I launched the Ruby Style Guide I often received requests to create a tool enforcing the rules in the guide automatically.

Emacs Redux

less than 1 minute read

I’ve recently launched a new blog dedicated to Emacs - Emacs Redux.

The WikEmacs Experiment is Over!

1 minute read

Less than an year ago amid a lot of turmoil I’ve started an alternative to EmacsWiki. The project took off to a great start, but quickly lost traction and no...

Just juxt it!

1 minute read

juxt is one remarkably useful core Clojure function, that doesn’t seem to be widely used (or understood for that matter), but is part of the arsenal of every...

drop-nth in Clojure

less than 1 minute read

For some reason the standard Clojure library doesn’t have a drop-nth function (although it has take-nth). Luckily implementing it is trivial: