FOSDEM 2018

Posted on Tue 06 February 2018 in geek • Tagged with conference, edsac, emacs, fosdem, linaro, lisp

I've just returned from a weekend in Brussels for my first ever FOSDEM - the Free and Open Source Developers, European Meeting. It's been on my list of conferences to go to for some time and thanks to getting my talk accepted, my employer financed the cost of travel and hotels …


Continue reading

Looping in LISP

Posted on Tue 10 August 2010 in geek • Tagged with code, elisp, emacs, examples, lisp

Loops are a fairly important part of any programming language and fairly fundamental to a language that is purported to be all about manipulating lists. However it's not something I use that often in my .emacs code so I thought it might be useful to discuss the various options with …


Continue reading