Fixing a SLIME/Swank version problem
Installing a bunch of packages willy-nilly resulted in this configuration problem for me: starting slime resulted in this frustrating error message: Versions differ (2014...) slime vs (2009...) swank…
4 posts
Installing a bunch of packages willy-nilly resulted in this configuration problem for me: starting slime resulted in this frustrating error message: Versions differ (2014...) slime vs (2009...) swank…
One way is the SLIME way -- similar to any other lisp/scheme implementation, install it, set inferior-lisp-program, add (slime-setup '(slime-fancy)) to your .emacs, and run M-x slime. Boom! Done.…
As a followup to my initial getting started post: * I later replaced the Clozure App with the command-line version, obtained by `svn co http://svn.clozure.com/publicsvn/openmcl/release/1.9/darwinx86…
Here's what I did, though perhaps a better order of steps exists: * Downloaded Emacs for OSX * Downloaded ClozureCL from the Mac App Store. * Downloaded Quicklisp * Ran ClozureCL, then "…