Hacker News new | ask | show | jobs
by mahmud 5725 days ago
For Common Lisp, Hunchentoot is pretty sweet.

You can use RESTAS framework http://restas.lisper.ru/en/

Example:

http://restas.lisper.ru/en/tutorial/hello-world.html

It's extremely well documented too.

1 comments

RESTAS is actually one of the CL frameworks that I can sort of recommend because it doesn't try to do too much, and it doesn't have any continuation brain damage in it.

I don't like web frameworks, here's what I currently recommend: http://news.ycombinator.com/item?id=1778708

The RESTAS documentation just got translated from Russian, I'm actually supposed to proofread it this weekend.

That's weird, I could have sworn I wrote that ;-)

Concur 100%; hunchentoot + postmodern. No continuation crap there.