Y
Hacker News
new
|
ask
|
show
|
jobs
by
samridh90
3793 days ago
There's a really good step-by-step introduction to Clojure here:
https://aphyr.com/tags/Clojure-from-the-ground-up
. From there, you could check out Ring (
https://github.com/ring-clojure/ring
) which is a Clojure based web application library inspired by RoR/Python WSGI.
1 comments
sova
3791 days ago
Yeah, Ring is where it's at.
link