« History Lesson: When Did We Start Missing the Point? | Main | The Road to Lisp »

September 12, 2004

Up and Running with Lisp

I’ve now installed not one, not two, but three Lisps on my Mac:

  1. CMU Common Lisp
  2. GNU CLisp
  3. Steel Bank Common Lisp

Of the three, so far I prefer Steel Bank the best; it is derived from CMU Common Lisp, but it works with SLIME which is unfortunately not something I can say for CMU Common Lisp. I’m sure I’m doing something wrong but I’m not sure what it is. Of the three Lisps in question, the breakdown seems to be:

SLIME, I must say, is a real piece of work. Getting it installed is fairly easy (though if I hadn’t thought to try it on these other Lisps I might have been fairly frustrated). It basically pops open an interpretter and manages your work between it and Emacs. The way it works is also quite interesting; it basically runs a copy of your Lisp, loads a little server package written in Lisp (named Swank), and then connects to that server to do the work. This means, of course, if you were some kind of a pervert you could run a single Swank instance on your machine and have all of your little Emaxen connect to just it. :) I’m thinking about it…

I should post a screen shot of my new “IDE” when I get a chance.

Anyway, duty calls… :)

Posted by FusionGyro at September 12, 2004 06:39 AM

Trackback Pings

TrackBack URL for this entry:
http://www.clanspum.net/~fusion/blog/admin/mt-tb.cgi/4

Comments

Post a comment




Remember Me?

(you may use HTML tags for style)

Want HTML? Use Textile instead.