graalvm

Discuss GraalVM related topics. Use clojure 1.10.2 or newer for all new projects. Contribute to https://github.com/clj-easy/graal-docs and https://github.com/BrunoBonacci/graalvm-clojure. GraalVM slack: https://www.graalvm.org/slack-invitation/.
lukasz 2021-04-19T13:55:37.118600Z

That's exec* family of syscalls

lukasz 2021-04-19T13:56:36.119400Z

It's really useful when using bb (or bash) for wrapping other commands, constructing some obscure options to be passed to that command and then running that.

borkdude 2021-04-19T14:15:12.119900Z

I'll consider adding this to babaskha.process (conditionally, if run in a Graal runtime)

lukasz 2021-04-19T16:54:43.120200Z

that would be awesome, especially in BB