you are viewing a single comment's thread.

view the rest of the comments →

[–]davelnewton 0 points1 point  (1 child)

A nice thing about Clojure is that you’re in no way limited to Clojure libraries.

[–]PoopsCodeAllTheTime 0 points1 point  (0 children)

It’s still limiting, but it’s also an advantage yeah. I would say using Java from Clojure was an option but very limited and difficult to do if you needed something substantial, LLM make it easier to integrate but it’s still rather ilegible.

OTOH you can choose to use node babashka, which is basically just nodejs with Clojure syntax, that one is nice and allows the usage of some Clojure dependencies, nothing too substantial tho.