Skip to content

Comment on Ask HN: Whats the best way to start web development on lisp?

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.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.