GraalVM: Run Programs Faster Anywhere
graalvm.org
GraalVM: Run Programs Faster Anywhere
1–10 of 218 posts
Re: GraalVM: Run Programs Faster Anywhere
#2Re: GraalVM: Run Programs Faster Anywhere
#3Can anyone comment on TruffleRuby ? What remains to be done for it to be production ready ? GraalVM page still mentions it's experimental.
Re: GraalVM: Run Programs Faster Anywhere
#4Is SubstrateVM part of this release ?
Re: GraalVM: Run Programs Faster Anywhere
#5Re: GraalVM: Run Programs Faster Anywhere
#6Re: GraalVM: Run Programs Faster Anywhere
#7"One VM to rule them all" reminds me of Parrot VM (for Perl 6). Looks like development slowed down a year or two ago. Back then, it got me excited as it looked like the "open source community" alternative to "Big Corporate Java".
Re: GraalVM: Run Programs Faster Anywhere
#8Am I correct in reading the license in Github that this is all GPL? Albeit GPL2 but still not some Oracle proprietary license. "One VM to rule them all" reminds me of Parrot VM (for Perl 6). Looks like development slowed down a year or two ago. Back then, it got me excited as it looked like the "open source community" alternative to "Big Corporate Java". https://en.wikipedia.org/wiki/Parrot_virtual_machine
Re: GraalVM: Run Programs Faster Anywhere
#9Am I correct in reading the license in Github that this is all GPL? Albeit GPL2 but still not some Oracle proprietary license. "One VM to rule them all" reminds me of Parrot VM (for Perl 6). Looks like development slowed down a year or two ago. Back then, it got me excited as it looked like the "open source community" alternative to "Big Corporate Java". https://en.wikipedia.org/wiki/Parrot_virtual_machine
Ref https://github.com/oracle/graal#license, appears that the parts you would want to distribute have the classpath exception which allows linking without messing with the license of your code (same as the JVM). The FAQ also covers this: http://www.graalvm.org/docs/faq/.
Re: GraalVM: Run Programs Faster Anywhere
#10Am I correct in reading the license in Github that this is all GPL? Albeit GPL2 but still not some Oracle proprietary license. "One VM to rule them all" reminds me of Parrot VM (for Perl 6). Looks like development slowed down a year or two ago. Back then, it got me excited as it looked like the "open source community" alternative to "Big Corporate Java". https://en.wikipedia.org/wiki/Parrot_virtual_machine