When I wrote Practical Common Lisp, in order to provide a semi-standard environment for people to play with Common Lisp I created Lispbox, a customized version of Matthew Danish and Mikel Evins’s Lisp in a Box. Like Lisp in a Box, Lispbox combined Emacs, SLIME, and a Common Lisp implementation into a single, easily installable hunk of bits.
At the time, my goal was just to make a single version that could be installed on GNU/Linux, OS X, and Windows that would contain the libraries needed to run the example code from PCL in a predictable environment. (For instance, Lispbox removes implementation-specific packages from the CL-USER package use list so that the behavior of different Lispboxen would be more consistent.)
At the time I had dreams of continuing to work on Lispbox and make it something more than just a bike-with-training-wheels for new Lispers. At the very least I hoped to be able to continue to build and distribute new versions of it as Lisp implementations were updated, etc. As it turns out, I’ve completely failed to do either of those things.
Somewhere along the line, I registered the lispbox.com domain but never did anything with it. My registration is going to expire in about a week and since I’m pretty obviously not going to be doing anything with Lispbox myself, I’m not going to renew it. But I would be happy to let someone take over the project.
All the code needed to build Lispboxen is available as a Google code project. And people other than me have in fact succeeded in building working Lispboxen from it. If you are interested in doing something with Lispbox, please email me. I’ll be happy to set you up as a contributor on the Google code project and to answer questions about how things work. And if anyone wants to really take it over, I’d be more than willing to officially pass the baton.
October 7, 2010 at 4:58 pm |
Actually lispbox is one of the great tool for new lispers like me. I really enjoy to work with it. (On windows with little bit change).
August 29, 2012 at 12:05 pm |
I still use Lispbox for my (errrm not really daily) Lisp projects. Getting leim working properly with emacs quickly was a bit of a pain, so I stick to Lispbox (one can even use .emacs customizations with it).
August 29, 2012 at 2:37 pm |
Correction: I meant SLIME not Leim *walking-away-ashamed*
January 11, 2014 at 10:04 pm |
Hey, here a lispbox, well its name is Lispstick! http://www.iqool.de/lispstick.html
January 24, 2014 at 10:08 pm |
Maybe the Lisp Cabinet guy will port his setup to OSX and Linux?
http://lispcabinet.sourceforge.net/