leiningen

technomancy 2025-11-12T17:46:23.157459Z

https://github.com/trptcolin/reply/issues/212 <- the reply project (repl client) is looking for a new maintainer who can update it to use the newer jline3 library since jline2 is EOL

brandonvin 2026-01-01T13:16:43.557619Z

I've used lein and clojure for a while, but I haven't heard of reply. What would be the impact of reply becoming unmaintained/abandoned?

technomancy 2026-01-02T19:31:53.298019Z

https://codeberg.org/leiningen/leiningen/issues/105 the main problem is that it uses native access on Windows that is going away in future JVM versions

technomancy 2025-11-12T17:47:47.873999Z

since the jline project did not document the changes (!?!) from jline2 to jline3 I'm not sure I'd be able to handle making the necessary updates with my very shaky knowledge of Java; if anyone who does know Java wants to give it a shot, it'd be appreciated.