Skip to content

Instantly share code, notes, and snippets.

View cireu's full-sized avatar
😠
Won't post my new project on Github

Zhu Zihao cireu

😠
Won't post my new project on Github
View GitHub Profile
@cireu
cireu / gist:2879848e1ba38e93141855aa7712d055
Created October 9, 2018 13:14 — forked from mrluanma/gist:3328049
分分钟在 windows 上配好一个 Common Lisp 环境。
## ccl + quicklisp + SLIME,假设你一直用的 Emacs
mkdir c:\bin
cd c:\bin
curl -O ftp://ftp.clozure.com/pub/release/1.8/ccl-1.8-windowsx86.zip
curl -O http://beta.quicklisp.org/quicklisp.lisp
7z x ccl-1.8-windowsx86.zip ccl
ccl\wx86cl -l quicklisp.lisp