Y
Hacker News
new
|
ask
|
show
|
jobs
by
msutherl
4803 days ago
How do people get around the fact that so much of what you would want to do has a well-supported solution in Python while in Clojure you're to a large extent on your own?
1 comments
prospero
4803 days ago
There's the entire JVM ecosystem available. Batteries are very much included.
link
msutherl
4803 days ago
Yeah, but do people actually use stuff from Java-land in their web-apps? Seems like it would be a bummer to deal with.
link
w01fe
4803 days ago
Yes, we do! Using Java from Clojure is much more pleasant than using it from Java IMO :)
link