Recent Posts

Chip's Tips for Developers

Chip's Tips for Developers

Return To Blog Listing

Programming tips, tricks, and examples from Chip Camden.

Search This Blog's Tags For:

Recent Posts Tagged With 'clisp'

  • Prime numbers in Common Lisp

    Posted on Friday October 16th, 2009 at 14:37 in lisp, lcd, gcf, clisp, primenumbers, lispprime

    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

    Posted on Monday May 25th, 2009 at 16:32 in lisp, debugger, brainfuck, clisp, lispbf

    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

    Posted on Thursday May 21st, 2009 at 15:40 in lisp, brainfuck, interpreters, clisp, lispbf

    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...