[Gardeners] CGI Scripting in a box for Lisp
Josh Staiger
joshstaiger at gmail.com
Thu Dec 15 11:18:35 CST 2005
On 12/15/05, Giovanni Pensa <menozero at gmail.com> wrote:
> Great idea. Is CLisp still missing MySQL support? CLSQL or a simpler
> one. That was the reason I also tried (on Dreamhost) some Scheme (oh
> my, I said the s word!), like Chicken.
Good question. I hadn't quite gotten far enough to interface to a
database yet. Right now I'm having enough trouble just trying to
compile Clisp with the FastCGI module (but that is more due to lack of
time on my part).
I chose Clisp simply because a FastCGI module exists for it and it is
the easiest to call from the command line for scripting (ie: #clisp
hello-world.cgi).
Other suggestions are certainly welcome, although I prefer CL over scheme.
> A simply installable CLisp + FastCGI + MySQL + some framework (a la
> LoL/RoR/SoS/Catalyst/whatever) would be very nice indeed!
I hadn't thought of bundling a web framework and db support...but
that's a great idea!
--
Josh
http://joshstaiger.org
More information about the Gardeners
mailing list