RuboCop
After I launched the Ruby Style Guide I often received requests to create a tool enforcing the rules in the guide automatically.
After I launched the Ruby Style Guide I often received requests to create a tool enforcing the rules in the guide automatically.
I’ve recently launched a new blog dedicated to Emacs - Emacs Redux.
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...
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...
For some reason the standard Clojure library doesn’t have a drop-nth function (although it has take-nth). Luckily implementing it is trivial: