Fork me on GitHub
#announcements
<
2022-08-25
>
Huahai03:08:09

Editscript 0.6.1 is released. Editscript is a diffing and patching library for Clojure/script data structures. This release added options to control granularity of string diffing, so it can be character, word, or line level diffing, allowed specifying a timeout when diffing, and a few other improvements. https://github.com/juji-io/editscript

🎉 17
plexus10:08:21

New release of com.lambdaisland/classpath, which adds the ability to recursively watch deps.edn files for changes, when using :local/root https://github.com/lambdaisland/classpath

❤️ 10
🎉 9
athomasoriginal13:08:19

Nice! Is the goal of a tool like this to improve the dev workflow by automatically fetching new deps with restarting the app? Or rather, when you use a tool like this, what wins did you observe?

plexus07:08:15

The benefit is that you don't need to restart, you can add or upgrade deps and they will become available to the process immediately.