Fork me on GitHub
#java
<
2020-06-17
>
simongray09:06:34

If you have any experience with .WAR files and Clojure, please help https://clojurians.slack.com/archives/C03S1KBA2/p1592384808484300

jumar17:06:11

It depends on what you want to do but java reloadability is quite limited - so you cannot add new classes, methods, etc. There are things like JRebel which aims to provide much more but I haven’t used that for years. You could add Clojure as dependency and enable Socket REPL but unless you want to develop parts of the app in Clojure you will be limited to just exploring existing runtime I think