Y
Hacker News
new
|
ask
|
show
|
jobs
by
badsavage
2511 days ago
Clojure is great for fast prototyping I usually start with Boot + System
https://github.com/danielsz/system
and the holy grail:
https://github.com/danielsz/system#the-holy-grail
It is a full-stack template with hot-reloading on both sides.
1 comments
xcubic
2511 days ago
I've been wanting to learn clojure for a while but for someone in webdev who never coded in a functional style, I never could grasp it. Do you have any good resource to start with clojure?
link
django77
2509 days ago
Try this:
https://www.braveclojure.com/clojure-for-the-brave-and-true/
link