SICP Goodness - Orgmode + Racket + SICP = 💕

How to setup orgmode to run racket code from SICP

Guowei Lv

1 minute read

Do you think Computer Science equals building websites and mobile apps? Are you feeling that you are doing repetitive and not so intelligent work? Are you feeling a bit sick about reading manuals and copy-pasting code and keep poking around until it works all day long? Do you want to understand the soul of Computer Science? If yes, read SICP!!! Recently, I started to write down study notes in one org file.

Setup CLISP Environment for Land of Lisp

How to setup CLISP environment in Spacemacs on Archlinux

Guowei Lv

1 minute read

The famous Land of Lisp uses CLISP. This is a tutorial to help you setup everything up. I use Spacemacs + Common Lisp Layer + CLISP + Manjaro Linux. After install the Common Lisp Layer in Spacemacs, when start up Slime, I got an error saying: could not load ASDF. Here is the fix that worked for me: Install asdf separately: yay asdf After it is successfully installed, it prints: To load ASDF every time you start Lisp, copy the lines from /etc/default/asdf to your ~/sbclrc or ~/.