Search found 3 matches

by jmbr
Sun Jun 29, 2008 10:41 pm
Forum: Scheme
Topic: Interesting Scheme applications
Replies: 7
Views: 21616

Re: Interesting Scheme applications

If you're looking for a lispy (not necessarily written in Scheme) WM, you might like StumpWM http://www.nongnu.org/stumpwm/

It is written in Common Lisp and is under active development.
by jmbr
Sat Jun 28, 2008 10:28 am
Forum: Common Lisp
Topic: Lisp primitives?
Replies: 9
Views: 28768

Re: Lisp primitives?

You can also take a look at http://home.pipeline.com/~hbaker1/MetaCircular.html (Metacircular Semantics for Common Lisp Special Forms)
by jmbr
Sat Jun 28, 2008 9:02 am
Forum: Common Lisp
Topic: FastCGI for SBCL?
Replies: 8
Views: 17681

Re: FastCGI for SBCL?

There's http://tehran.lain.pl/stuff/fcgi-current.tar.bz2 (currently unreachable for me) which is described as "FastCGI app protocol implementation for Common Lisp. Works at about 75% of libfcgi's performance for native code compilers."

Hope this helps