What does your Lisp workflow look like?
- by Duncan Bayne
I'm learning Lisp at the moment, coming from a language progression that is Locomotive BASIC - Z80 Assembler - Pascal - C - Perl - C# - Ruby. My approach is to simultaneously:
write a simple web-scraper using SBCL, QuickLisp, closure-html, and drakma
watch the SICP lectures
I think this is working well; I'm developing good 'Lisp goggles', in…