Question: could this be combined via graalvm in theory?
i am asking because graalvm is pretty cool, and others have managed to get SWING applications to run.
My use case would be more like taking an existing python or ruby code base, commandline stuff,
and add a simple GUI around it. I don't really want to write in C though (Java is ok but Swing is
ugly, and JavaFX does not seem to be supported via Graalvm; also the graalvm team focuses
not so much on GUIs)