[slime-devel] Concurrent multiple slimes with different lisps

Nikodemus Siivola tsiivola at cc.hut.fi
Wed Feb 18 06:44:13 UTC 2004


On Tue, 17 Feb 2004, Peter Seibel wrote:

> +(defparameter *lisp-name*
> +  #+cmu "cmu"
> +  #+sbcl "sbcl"
> +  #+openmcl "openmcl"
> +  #+lispworks "lispworks"
> +  #+allegro "allegro"
> +  #+clisp "clisp")

Why not just use (lisp-implementation-type)?

Cheers,

 -- Nikodemus




More information about the slime-devel mailing list