tools.deps.alpha VS meyvn

Compare tools.deps.alpha vs meyvn and see what are their differences.

tools.deps.alpha

A functional API for transitive dependency graph expansion and the creation of classpaths (by clojure)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
tools.deps.alpha meyvn
5 2
435 85
0.0% -
0.0 4.5
3 months ago 20 days ago
Clojure
Eclipse Public License 1.0 -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

tools.deps.alpha

Posts with mentions or reviews of tools.deps.alpha. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-28.

meyvn

Posts with mentions or reviews of meyvn. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-26.
  • The Meyvn REPL and hot reloading of Java and Kotlin code.
    1 project | /r/Clojure | 12 May 2023
    The Meyvn REPL supports Java and Kotlin codebases. Source files are being monitored and compiled automatically, so you can create a class in Java, import it in a Kotlin object, which you can then manipulate at the REPL in Clojure. It achieves this by doing static analysis not on source files but on compiled classes. By keeping a dependency graph, it knows which classes need to be reloaded and in what order. This technology is very useful in the context of teams inheriting legacy codebases, typically Java or Kotlin. Meyvn: https://meyvn.org Installation: https://danielsz.github.io/meyvn
  • Splitting software into multiple applications and libraries. Most practical ways!
    5 projects | /r/java | 26 Jul 2022
    His other ask about developing against multiple codebases, that's what snapshot artifacts are for. And then the rest of the talk is about how he's made deps.edn, which is basically Apache Ivy in Clojure. I say Ivy and not Maven because it's only focused on dependency resolution, but then of course someone makes https://github.com/danielsz/meyvn to use the deps.edn for compile and publishing too, by delegating it back to Maven 🤦.

What are some alternatives?

When comparing tools.deps.alpha and meyvn you can also consider the following projects:

scoop-clojure - Install Clojure on Windows with Scoop

bach - 🎼 Bach Builds (on(ly)) Modules

app

coursier - Pure Scala Artifact Fetching

onyx - Distributed, masterless, high performance, fault tolerant data processing

clj-msi

bridge - A ClojureBridge event registration system - see readme for blog posts