Fork me on GitHub
#babashka
<
2021-07-22
>
borkdude09:07:05

It seems that when you have the "basis" (the classpath data, etc) you could build the uberjar with bb itself.

borkdude09:07:21

It also seems like a tools.build pod might be possible

cfleming21:07:59

To detect whether a newly-connected REPL is a babashka server, I’m planning to use (System/getProperty "babashka.version") - is that the best option?

borkdude21:07:33

that is a good option yes

cfleming21:07:55

Great, thanks.

adkelley23:07:01

Is there an HTML parser supported by babashka? I tried including ‘hickory’ but it’s using ‘jsoup’ which apparently is not supported. Thanks!