Recent Posts

A new Zenburn theme for Emacs

1 minute read

Zenburn is a popular colour theme for vim, developed by Jani Nurminen. It’s my personal belief (and probably that of many of its users I presume) that it’s o...

Parsing numbers from string in Common Lisp

1 minute read

One task that often recurs in programming is the need to parse a string representation a number(or several numbers) and convert it to its numeric value. Pars...