Hacker News new | ask | show | jobs
by sketerpot 6062 days ago
I love the way that Lisp lends itself to incremental testing. You can discover most bugs just by testing functions at the REPL. If you plan to continue with Lisp (hooray!) then I would recommend becoming familiar with SLIME if you're not already.

http://common-lisp.net/project/slime/