Made the first commit at: https://github.com/babashka/fs In time I hope this will be a useful lib to include in bb.
Greetings, Babashkers (do you/we have a better name for y'all/us), in JVM Clojure I would typically parse HTML with Hickory. What do you recommend for Babashka? Thanks in advance.
@eigenhombre Yo, bb hacker! In the pod department that are some things you could use: https://github.com/borkdude/babashka/blob/master/doc/libraries.md#pods Bootleg has lots of libraries to parse HTML into a Clojure-specific format. There's also a Jsoup-based pod.
Cool, I shall have to try me out some Pods.
https://github.com/retrogradeorbit/bootleg#babashka-pod-usage
Thank you very much and thanks for Babashka!
Thanks for the donation on Opencollective!
Does one have to do anything other than
(require '[babashka.pods :as pods])
(pods/load-pod "bootleg")
? This throws clojure.lang.ExceptionInfo: Cannot run program "bootleg": error=2, No such file or directory
for me.You have to download the bootleg pod and place it on your path or load it using a local path
I assume you mean CLASSPATH
? Or the Bash $PATH
?
A pod is basically a CLI to which you shell out, but more efficient and better integrated. The bash PATH.
got it, thank you!
You can also load it with "./bootleg"
if you have the binary in your local dir
Welcome @skylar and @cgboal521
Cheers, been using babashka recently, I love it, great work
Cheers!