will babashka stay on graal 19.3 / jdk8 for the time being because of the startup penalty on OS X? https://github.com/oracle/graal/issues/2136 is quite a 🐇🕳️
Upgrading seems inevitable because of new bugfixes.
I’m thinking of moving to 20.1.0 one of these days
ok, will you move to JDK 11 also then?
@mkvlr What is the background to your questions?
somewhat interested in having a hato pod
but was more of a general interest to hear how/if things have been improving in graal
didn’t read anything too exciting in the release notes
@mkvlr To build an hato pod, you don't need babashka to use JDK11. pods are independent from babashka, they can even be implemented in Python or Rust.
So if you want, you can start building one today
ah right
do you have some data on the size penalty of pods vs integrated directly?
especially for things using clojure on both sides I mean
@mkvlr https://github.com/borkdude/babashka/issues/220#issuecomment-592467211
@mkvlr Note that I needed to make some changes to hato: https://github.com/borkdude/hato-native
Related to runtime requires which needed to be moved to compile time.
alright, thanks!
if you decide to make a pod, here's what you need: https://github.com/babashka/babashka.pods it contains docs and you can also use the lib for testing the pod on the JVM