Prev: Principal Component Analysis
Next: Number types in Lisp
From: Haris Bogdanovic on 21 May 2010 16:59 I tried to install hunchentoot and allegroserv and couldn't get it to work in windows. (emacs/slime/(clisp or sbcl). I saw Arancida on the page, I'll try that also. What do you recommend ? I installed whole cygwin yesterday so some of this servers may work in cygwin ?
From: Zach Beane on 21 May 2010 18:24 "Haris Bogdanovic" <fbogdanovic(a)xnet.hr> writes: > I tried to install hunchentoot and allegroserv and > couldn't get it to work in windows. (emacs/slime/(clisp or sbcl). > I saw Arancida on the page, I'll try that also. > What do you recommend ? > I installed whole cygwin yesterday so some of this servers may work in > cygwin ? If I were you, and really really wanted to stick with Windows, I would buy a licence for LispWorks. It's the implementation of choice of Edi "Hunchentoot" Weitz. Zach
From: Captain Obvious on 22 May 2010 03:07
HB> For mod_lisp. It doesn't work like that. You also need a Lisp side for it. Here it is: http://www.fractalconcept.com/fcweb/download/modlisp-clisp.lisp Load this file and start it with (modlisp:modlisp-server 30000) (Where 30000 is port number, of course.) It should show you some basic page on any request. Then you can write your code in process-apache-command function in that modlisp-clisp.lisp file. |