Comment on Ask HN: Whats the best way to start web development on lisp?Comments−mahmud15yFor 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.htmlIt's extremely well documented too.−sedachv15yRESTAS 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=1778708The RESTAS documentation just got translated from Russian, I'm actually supposed to proofread it this weekend.−mahmud15yThat's weird, I could have sworn I wrote that ;-)Concur 100%; hunchentoot + postmodern. No continuation crap there.
Comments
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.
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.