Search found 2 matches

by szergling
Wed Jul 22, 2009 1:22 am
Forum: Common Lisp
Topic: Clozure Lisp CGI Programming
Replies: 19
Views: 40088

Re: Clozure Lisp CGI Programming

I'm very late to post, so this is probably all over, but I've seen the "Premature end of script headers" error before programming cgi in clisp, usually because there's a problem somewhere in the #! line (wrong path to lisp, wrong init options, or any other error). Hope this helps...
by szergling
Wed Jul 22, 2009 1:08 am
Forum: Common Lisp
Topic: time in Texas Hold'em
Replies: 6
Views: 9132

Re: time in Texas Hold'em

Additionally, I've often managed to speed up code by about 2 to 3 times (if I'm lucky) by compiling the clisp function. If you run your code interpreted, there's a performance hit, but I'm not sure how much these days (clisp has a JIT, the last I hear).