Hacker News new | ask | show | jobs
by phtrivier 1535 days ago
Unless I missed something in the doc, it seems like it's the "Fullest full stack framework" as long as you're only interested in the "handling web server request and reply with html" part of the full stack.

Any reason why this should be used instead of cooking up ring / hickup / whatever ?

2 comments

Someone elsewhere mentioned that this seems to be ring, hiccup, and a DB connection packaged as one. Pinch of salt needed, I’ve not used it :)
This is mostly ring / hiccup, just a layer on top to make it easier for beginners.

I would say if you’re not new to clojure, roll your own.