Guides

How to setup Lisp development in Windows

June 14, 2014

Yes, it’s possible

Short summary:

  • Install SBCL
  • Install EMACS
  • Write melpa repo to .emacs
  • Install slime
  • Install adoc-mode
  • Download “quicklisp.lisp”
  • Write inferior-lisp to .emacs
  • Restart EMACS
  • Launch slime

Then, in Slime:

(load "quicklisp.lisp")
(quicklisp-quickstart:install)
(ql:add-to-init-file)
(ql:quickload "stefil")

Previous: Lazy Loading in PHP Next: How to delete duplicates in the bookmarks of Firefox 32