Fork me on GitHub
#babashka
<
2024-01-02
>
Olav Fosse20:01:09

Hey, how can I use the babashka.tasks namespace from normal jvm clojure? thanks!

borkdude20:01:49

Can you explain the use case, for REPL usage maybe?

Olav Fosse20:01:51

I have some bb code that i’m importing to clj clojure. It uses babashka.tasks, so it would make porting easier :^)

borkdude20:01:23

what part of babashka.tasks does it use

Olav Fosse20:01:49

just babashka.tasks/shell

borkdude20:01:00

Then I recommend replacing that with babashka.process/shell

Olav Fosse20:01:15

ohh, sweet! I’ll try that. Thank you!

👍 1
Olav Fosse20:01:41

That worked, thank you 🎉

🎉 2