Fork me on GitHub
#babashka
<
2020-01-17
>
borkdude08:01:32

@deleted-user you just run the script like you would normally do, but then with the uberscript option. Instead of running the script, bb will spit out a file

borkdude10:01:34

Thanks to the help from @alexyakushev's clj-async-profiler, hot loops with babashka are now 8x faster: https://github.com/borkdude/babashka/releases/tag/v0.0.64

borkdude15:01:28

yeah, if you're calling bb from another bb then the other bb doesn't know you're uberscripting

borkdude15:01:09

oh then that should work

mbjarland19:01:33

Anybody run babashka on a raspberry pi?

borkdude19:01:54

@mbjarland I guess that requires compilation to ARM. Never tried it but there are people who have been experimenting with this in #graalvm

borkdude19:01:15

welcome to try it out 🙂

mbjarland20:01:06

Will do, will post something here if I get there