Search found 4 matches

by biturika
Wed Apr 07, 2010 3:59 pm
Forum: Common Lisp
Topic: Hunchentoot question
Replies: 1
Views: 2986

Hunchentoot question

I see plenty of tutorials discussing placing Hunchentoot ~behind~ another webserver (ie, Apache), but is there any good reason I can't run Hunchentoot by itself as the only webserver?

Thanks for any insight.
by biturika
Tue Apr 06, 2010 8:05 am
Forum: Common Lisp
Topic: Lisp as CGI on Shared Hosting
Replies: 0
Views: 4520

Lisp as CGI on Shared Hosting

Has anyone had any success with processing Common Lisp a CGI scripts on shared web hosting (as opposed to VPS hosting)? I saw this tutorial and thought it might solve my lack of privileges to add mod_lisp to apache. So far though only the bash and perl scripts execute in my cgi-bin directory. Just w...
by biturika
Tue Mar 23, 2010 1:52 pm
Forum: Common Lisp
Topic: REPL prompt (package) doesn't change after loading file
Replies: 2
Views: 3716

Re: REPL prompt (package) doesn't change after loading file

Ok then, I see it's doing what it is supposed to do. Good to know.

Thanks
by biturika
Tue Mar 23, 2010 10:02 am
Forum: Common Lisp
Topic: REPL prompt (package) doesn't change after loading file
Replies: 2
Views: 3716

REPL prompt (package) doesn't change after loading file

Hi, This is my first post and probably a dumb question. First I probably should give you some background. I've managed to install Clozure Common Lisp on Ubuntu, and get Slime working with Emacs. I've been using the book Practical Common Lisp to try to learn Common Lisp. I'm only in chapter three and...