Comment on A Guide to GraalVMComments−Lerc2yI have looked at GraalVM in the past and could never quite tell where it fit into things. It seems very technically impressive.Reading this, I'm still not entirely sure. I wouldn't mind being able to to AOT compilation on Python or JavaScript.Two things I would rather not have to deal with is Oracle and Java, I think I'm still leaning towards GraalVM not being for me.−sgammon2yAOT compilation works out of the box already in GraalPython, but needs some hackery to work with GraalJs. I believe this feature has been requested for JS and may already be in the works
Comments
I have looked at GraalVM in the past and could never quite tell where it fit into things. It seems very technically impressive.
Reading this, I'm still not entirely sure. I wouldn't mind being able to to AOT compilation on Python or JavaScript.
Two things I would rather not have to deal with is Oracle and Java, I think I'm still leaning towards GraalVM not being for me.
AOT compilation works out of the box already in GraalPython, but needs some hackery to work with GraalJs. I believe this feature has been requested for JS and may already be in the works