Is there a bb.edn file which lets me say "bb make-natives foo.clj" where foo.clj has "(defn main [] (println 88))" and generates native binaries for all the platforms?
@bherrmann with graalvm?
This tutorial comes pretty close: https://github.com/borkdude/jayfu GraalVM doesn't allow cross compilation though
Oh it's not in the book yet: https://github.com/babashka/book/issues/26
cool, I did know http://command.com could do that - great.
Babashka SQL pods 0.0.8 - Now also available on Windows! - The Oracle and MySQL drivers are now available from the pod registry https://github.com/babashka/babashka-sql-pods https://github.com/babashka/pod-registry Babashka SQL pods let you access databases from babashka scripts via the next.jdbc API.