gratitude

teodorlu 2024-06-15T16:08:48.208789Z

During the last few months I’ve used clj-reload with three colleauges for making a simple web app. Static HTML, shows some data from a database, can interact with one external system. clj-reload has been super helpful for easing the experience using Clojure for colleagues familiar with javascript with little Clojure experience. We set up a vscode Calva key binding to save all files, then run clj-reload. This let us ease into using Clojure (just learn to press the new key binding instead of “save”), without going super-deep on how to REPL all the things. Without clj-reload, our workflow would have been worse. Thank you Nikita!

19