clojure-uk

thomas 2025-12-09T07:49:11.837799Z

mogge

seancorfield 2025-12-09T14:05:13.914029Z

Morning!

dharrigan 2025-12-09T16:41:44.506459Z

What's the incantation to dynamically add a lib to the repl, if wanting to try something out

dharrigan 2025-12-09T16:41:48.420719Z

I can't find the docs on it

dharrigan 2025-12-09T16:43:55.034859Z

(add-lib 'com.github.flow-storm/flow-storm-dbg {:mvn/version "3.17.2"})

seancorfield 2025-12-09T17:35:58.896119Z

If you want the latest version, just (add-lib 'com.github.flow-storm/flow-storm-dbg)

seancorfield 2025-12-09T17:37:02.051919Z

(!1996)-> clj
Clojure 1.12.3
user=> (add-lib 'com.github.flow-storm/flow-storm-dbg)
[amalloy/ring-buffer com.cognitect/transit-clj com.cognitect/transit-cljs com.cognitect/transit-java com.cognitect/transit-js com.fasterxml.jackson.core/jackson-core com.github.flow-storm/flow-storm-dbg com.github.flow-storm/hansel com.github.jpmonettas/j-system-theme-detector com.github.oshi/oshi-core com.googlecode.json-simple/json-simple de.jangassen/jfa io.github.g00fy2/versioncompare javax.activation/javax.activation-api javax.xml.bind/jaxb-api net.java.dev.jna/jna net.java.dev.jna/jna-platform nrepl/nrepl org.clojure/data.int-map org.clojure/java.classpath org.clojure/tools.namespace org.clojure/tools.reader org.fxmisc.flowless/flowless org.fxmisc.richtext/richtextfx org.fxmisc.undo/undofx org.fxmisc.wellbehaved/wellbehavedfx org.java-websocket/Java-WebSocket org.javassist/javassist org.jetbrains/annotations org.kordamp.ikonli/ikonli-core org.kordamp.ikonli/ikonli-javafx org.kordamp.ikonli/ikonli-materialdesign-pack org.msgpack/msgpack org.openjfx/javafx-base org.openjfx/javafx-base$linux org.openjfx/javafx-controls org.openjfx/javafx-controls$linux org.openjfx/javafx-graphics org.openjfx/javafx-graphics$linux org.openjfx/javafx-media org.openjfx/javafx-media$linux org.openjfx/javafx-web org.openjfx/javafx-web$linux org.reactfx/reactfx org.slf4j/slf4j-api]
user=>

dharrigan 2025-12-09T18:33:56.356029Z

Thank you. I was playing around with apache poi

dharrigan 2025-12-09T18:34:16.090359Z

wanted to do some poking and proding on the repl before seeing if it would need to move into a file 🙂

dharrigan 2025-12-09T18:34:20.287299Z

and it has proven itself worthy

dharrigan 2025-12-09T18:34:30.520909Z

I can write password encrypted docx files

dharrigan 2025-12-09T18:34:38.433219Z

so, that's a win

seancorfield 2025-12-09T18:38:29.657769Z

Nice! Being able to explore stuff without restarting the REPL is an awesome superpower 🙂

👍 1