Ask HN: Modern approach to web application development with Common Lisp
https://news.ycombinator.com/item?id=1903326Recently, we have started developing web application with Django. Everything is wonderful, but Python is not Lisp and I feel uncomfortable with Python. In the sense that with Python & Django I am restricted. I can't build eDSL to describe application workflows, eDSL for DB access, etc.
I want to try rewrite it from scratch in Common Lisp. What web technologies stack to use?
SproutCore + Hunchentoot + MongoDB is it right choice?