mogge
Morning!
What's the incantation to dynamically add a lib to the repl, if wanting to try something out
I can't find the docs on it
(add-lib 'com.github.flow-storm/flow-storm-dbg {:mvn/version "3.17.2"})
If you want the latest version, just (add-lib 'com.github.flow-storm/flow-storm-dbg)
(!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=>Thank you. I was playing around with apache poi
wanted to do some poking and proding on the repl before seeing if it would need to move into a file 🙂
and it has proven itself worthy
I can write password encrypted docx files
so, that's a win
Nice! Being able to explore stuff without restarting the REPL is an awesome superpower 🙂