babashka

https://github.com/babashka/babashka. Also see #sci, #nbb and #babashka-circleci-builds .
bherrmann 2021-05-22T16:00:43.099Z

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?

borkdude 2021-05-22T16:02:36.099200Z

@bherrmann with graalvm?

borkdude 2021-05-22T16:03:03.099600Z

This tutorial comes pretty close: https://github.com/borkdude/jayfu GraalVM doesn't allow cross compilation though

borkdude 2021-05-23T07:27:50.106Z

Oh it's not in the book yet: https://github.com/babashka/book/issues/26

bherrmann 2021-05-24T02:10:57.109800Z

cool, I did know http://command.com could do that - great.

borkdude 2021-05-22T16:10:55.101800Z

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.