Programming

CodeWorker

A while ago, I posted about AutoGen, a Guile (Scheme) based code generator (link to AutoGen homepage). CodeWorker is another code generator that takes a bit of a different approach. Here's my impression of the differences between...
GeneralLispProgramming

Feeling Lispy

Lately I've been reading a lot of stuff that praises Lisp. Stuff along the lines of: Learning Lisp (in particular, reading "The Little Schemer") will magically make you a better programmer. (Question: What if I buy the book and...
Python

The Python Tourist

Over at boodebr.org, there's a new series called "The Python Tourist". It's meant to be a series that highlights programming pitfalls in Python and from the first installment, "Passing Mutable Objects as Default Args", it looks...