Fork me on GitHub
#babashka
<
2023-04-26
>
borkdude15:04:28

https://github.com/babashka/babashka: Native, fast starting Clojure interpreter for scripting https://babashka.org/conf/ is happening June 10th in Berlin. Save the date and/or submit your babashka/clojure-related 20 minute talk or 90 minute workshop in the CfP! Small updated since the previous release fixing a minor edge case with the new "script-adjacent" bb.edn functionality. 1.3.179 (2023-04-26) • https://github.com/babashka/babashka/issues/1544: :local/root in script-adjacent bb.edn should resolve relative to script • https://github.com/babashka/babashka/issues/1545: Adjacent bb.edn not respected with explicit -f option • https://github.com/babashka/babashka/issues/1546: add .contains for vector and lazy-seq

🧡 4
Ian Fernandez17:04:14

is there any html parser that works in babashka?

Ian Fernandez18:04:28

is there any way to import bootleg in normal clj?

borkdude18:04:26

what's the background of the question?

Ian Fernandez18:04:35

I want to use bootleg nses in clojure too using .cljc

borkdude18:04:45

Hmm, I don't think bootleg is available as a JVM library, in that case you might want to use the underlying library

Ian Fernandez16:04:06

the utils is very useful