cage_ has quit [Remote host closed the connection]
margaritamike has joined #slime
<margaritamike>
Is it possible to allow slime to use an environment for more than 1 lisp without having to go back and change inferior-lisp-program everytime I wan't to program in a different lisp?
<Shinmera>
this will make the last entry the default for M-x slime, and allow you to launch others with M-x <implementation-name>
<margaritamike>
Nice :)
_whitelogger has joined #slime
<margaritamike>
So in order for me to use anything from slime-contribs, I have to use a cloned git version? I can't still use slime-contribs if I installed slime via the quicklisp helper?
<luis>
margaritamike: the contribs ship with SLIME (including quicklisp's copy), you just have to enable them explicitly.
<margaritamike>
Ohh
<margaritamike>
How do I do that? I'm trying to use the mit-scheme contrib
<luis>
margaritamike: that looks like an error on the Scheme side of things. It's quite possible that swank-mit-scheme is suffering from bitrot, but I couldn't say.
<margaritamike>
I believe this would require me to clone the repo though, with inserting a path in the load
<margaritamike>
But maybe not.. I'll try just downloading the swank-mit-scheme.scm file
<luis>
margaritamike: it appears to be failing even before it tries to load swank-mit-scheme.scm. It's complaining about create-package-from-description right? How do you create a package in MIT Scheme?
<luis>
margaritamike: the instructions suggest MIT Scheme 9.2 is needed. Maybe try and getting that version?