logoalt Hacker News

nlitenedlast Thursday at 5:26 PM3 repliesview on HN

There's a nice Java library called Clojure with a lightweight syntax if you need to work with data structures and concurrency in Java a lot:

    (println (json/generate-string {:providers ["SUN" "SunRsaSign" "SunEC"]}))

Replies

ramblurryesterday at 8:53 PM

Ironically as a Clojure developer I would really love a JDK native JSON library that we could wrap to avoid having to ship 3rd party JSON deps. Sort of like how java.net.http made things simpler.

packetlostlast Thursday at 7:08 PM

You really can't appreciate how awesome Clojure is until you're coming from Java, can you...

show 2 replies
BoorishBearslast Thursday at 8:46 PM

I prefer its sibling library Kotlin, from the makers of the world famous Java IDE: Jetbrains Fleet

show 1 reply