Live data from Hacker News

JUXT Clojure Radar 2021

juxt.pro

1–10 of 13 posts

Re: JUXT Clojure Radar 2021

#3
Interesting enough, JUXT has put Clojure Deps (https://clojure.org/guides/deps_and_cli) into "Adopt" and apparently seen the ecosystem quickly adopting it. Great to see that the ecosystem is getting less fragmented this quickly.

This is what they write about Clojure Deps:

> We have many older Clojure projects that use Leiningen, and a small number that use Boot (now on hold), but in recent years we’ve switched to deps.edn and clj. We like that builds are simple and fast, and since tools around deps.edn have accumulated rapidly we now use it confidently on all new projects, so we’re placing deps.edn in Adopt.

Re: JUXT Clojure Radar 2021

#5
Is there a better model than this for assessing dependencies? I've never given the problem any thought before this article. The organisation here is appealing, and it is a fast way of communicating thoughts on the ecosystem strength.

Re: JUXT Clojure Radar 2021

#9
Clojure looks like almost my ideal programming language, nice tooling, features that work well together, and not too hard to learn thanks to great beginner resources, awesome REPL, frontend support.

But I do like my types, so basically I'm conflicted.

Re: JUXT Clojure Radar 2021

#10

Clojure looks like almost my ideal programming language, nice tooling, features that work well together, and not too hard to learn thanks to great beginner resources, awesome REPL, frontend support. But I do like my types, so basically I'm conflicted.

In clojure you will likely use spec for your data instead of using types.

This is a different approach worth checking out.

Post reply on HN