|
|
|
|
|
by romero-jk
1694 days ago
|
|
What do most here use Clojure for? For me, there was little value in using it over nodejs for single server CRUD apps with postgres. Some things I liked are namespace keywords, REPl integrated with your editor, immutability. But still, it felt like swimming against the current. Immutability is not as useful in a single-threaded event-loop like nodejs. No third party SDKs, even though I know Java using the Java SDKs was tedious labor, most Clojure wrappers are pretty bad too, so more interop. |
|
- Scrape webpages with http-kit and Specter
- Visualizations with Quil
- Serve static pages with Ring, Compojure, and Hiccup
(un)Fortunately, I don't write Clojure professionally, so I can get away with liking it for aesthetic reasons as much as anything. It definitely does feel like swimming against the current sometimes, though - one runs into bus factor issues a lot in the Clojure ecosystem. But hell, I love it all the same :)
Personally, I am really excited for Clerk - this looks like a really useful tool and I'm looking forward to trying it out!