Scheme Development Environment

I’m currently evaluating Scheme development environments. More specifically, I have a look at Racket and GNU Guile. I want to have something that works on my Linux machine, but as well on my Windows machine using WSL. I do not need a fancy IDE […]

Lisp is Cool

Yet another article trying to convince us that Lisp is cool. Yes, code is data, but that’s not what makes Lisp cool http://blog.rongarret.info/2018/02/yes-code-is-data-but-thats-not-what.html Are you convinced now?

Lisp Tutorial

Introductory Lisp tutorial by Sean Luke from George Mason University. Learning Lisp Fast http://cs.gmu.edu/~sean/lisp/LispTutorial.html Nice intro using SBCL, LispWorks and CLISP.

Lisp and AI

Nice Lisp and AI overview from Sebastian Valencia. The Lisp approach to AI (Part 1) https://medium.com/ai-society/the-lisp-approach-to-ai-part-1-a48c7385a913#.w1r3aokfm Waiting for part 2.

Portacle

“Portacle is a complete IDE for Common Lisp that you can take with you on a USB stick.” Portacle https://shinmera.github.io/portacle/ Emacs, SBCL, Quicklisp and Git in one package. Interesting idea. Let’s see how it develops.

Embedded Lisp

Dmitry Frank shows how to use embedded Lisp. Let’s Run Lisp on a Microcontroller http://dmitryfrank.com/articles/lisp_on_mcu Unfortunately I have no idea about the hardware stuff shown there. Too bad.