Recent Posts
Chip's Tips for Developers
Return To Blog Listing
Programming tips, tricks, and examples from Chip Camden.
Recent Posts Tagged With 'clisp'
Prime numbers in Common Lisp
As an exercise in my spare time, I decided to translate my Ruby prime number generator to Common Lisp. What — isn’t that the sort of thing you do in your spare time? Common Lisp does not have call/cc (that’s a Scheme thing), although ...
Debugging the Brainbugger
I just couldn’t leave it alone. The charm of learning two languages at once by writing an interpreter for one using the other consumed my attention. Furthermore, I had left the door open for adding debugging facilities, and then I found...
Penetrating my cerebrum with Lisp
I’ve been casually studying Lisp for years now, and gathering a much better understanding of programming languages in the process. I finished reading Paul Graham’s On Lisp earlier this year. But the only way to truly grok a language is to use...
