[Package]: GraalVM
Package description
GraalVM is a faster JVM implementation and additionally has support for other implementations of popular programming languages, such as Ruby, Python and NodeJS
Home page URL
https://www.graalvm.org/
Source code URL
https://github.com/oracle/graal
Packaging policy acknowledgement
- [x] I have read and understand the Packaging Policy.
Additional information
I haven't tried building it myself since i have no idea where to start
It's faster than the OpenJDK implementation and it should be a lot easier to make it work as it's mostly implemented in Java besides the core stuff
On Tue, 8 Mar 2022, 8:05 am Nathan Tolbert, @.***> wrote:
Faster than what? The oracle version, the openjdk version, the Android version… ?
— Reply to this email directly, view it on GitHub https://github.com/termux/termux-packages/issues/9326#issuecomment-1061509120, or unsubscribe https://github.com/notifications/unsubscribe-auth/AU7WECMGDD5PF3IYJD4U3W3U64C47ANCNFSM5QEGOBZQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you authored the thread.Message ID: @.***>
Is there any update?
Build instructions are here:
- How to build GraalVM from source
- https://github.com/oracle/graal/blob/master/vm/README.md
I want to write Scala in Termux. Initially I wanted to use Scala-Native but it's not available on Termux. Then I choose the next thing which is GraalVM which is also unavailable, I guess I'll just have to use the JVM for now.