Skip to content

Instantly share code, notes, and snippets.

@mpcjanssen
mpcjanssen / introrx.md
Created July 6, 2018 18:44 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing
@mpcjanssen
mpcjanssen / introrx.md
Created July 6, 2018 18:44 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing
@mpcjanssen
mpcjanssen / lisp-setup.md
Last active August 8, 2023 12:21 — forked from tshatrov/lisp-setup.md
Setting up Common Lisp on Windows 7

1. Install a Common Lisp implementation, or several of them

2. Install Emacs. Official GNU Emacs Windows binaries should work: http://ftp.gnu.org/gnu/emacs/windows/

3. Create a directory where you will store your Lisp projects (you could use Quicklisp's default one but screw that, "c:/lisp" is better than "c:/users/<username>/quicklisp/local-projects")