Hacker News new | ask | show | jobs
by heneryville 1354 days ago
I learned by reading through a book, then working through problems on https://4clojure.oxal.org/. If you've got JS experience it won't take too much effort to pick up. Don't get too carried away with forming the perfect tail recursive pure functional monad or whatever. Get into just doing what you're trying to do quickly, then after you're competent, read other people's code to correct your style.
1 comments

I always go pragmatically, I don't focus too much on ultra complicated architectures, but more on get things done.