5 ms·
There's a really good step-by-step introduction to Clojure here: https://aphyr.com/tags/Clojure-from-the-ground-up https://aphyr.com/tags/Clojure-from-the-groun
by samridh90 11y ago
There's a really good step-by-step introduction to Clojure here: https://aphyr.com/tags/Clojure-from-the-ground-up https://aphyr.com/tags/Clojure-from-the-ground-up.
From there, you could check out Ring (https://github.com/ring-clojure/ring https://github.com/ring-clojure/ring) which is a Clojure based web application library inspired by RoR/Python WSGI.
- sova 11y agoYeah, Ring is where it's at.