Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
awesome-graal
A curated list of awesome resources for Graal, GraalVM, Truffle and related topics
https://github.com/neomatrix369/awesome-graal
Last synced: 5 days ago
JSON representation
-
Uncategorized
-
Uncategorized
- Why?
- GraalVM Updater
- Reference Manual: JVM languages
- Native Images
- Reference Manual: Python
- Reference Manual: R
- Reference Manual: Ruby
- Running JRuby on the Graal JIT
- Reference Manual
- Reference Manual - ten-things-12d9111f307d)
- Running WebAssembly on the JVM
- GraalWASM: current WebAssembly for GraalVM work by the good folks from the GraalVM team
- slides
- Talk: Rust, WebAssembly, and the future of Serverless by Steve Klabnik
- Talk: An Introduction to WebAssembly by Guy Royse
- Blog: GraalVM now supports WebAssembly!
- Reference manual
- Security guide
- GraalVM as a Platform
- Implement your language
- Implement your tools
- Investigating startup with bytestacks
- Comparison bash script: graal
- Better Java Streams performance with GraalVM
- Under the hood of GraalVM JIT optimizations
- GraalVM 19.1: Compiling Faster
- Isolates and Compressed References: More Flexible and Efficient Memory Management via GraalVM
- Compiler Explorer - online IDE, run code, see asm, rustic compiler
- JEP 317: Experimental Java-Based JIT Compiler - OpenJDK
- JEP 243: Java-Level JVM Compiler Interface - OpenJDK
- JEP 295: Ahead-of-Time Compilation
- graal-dev mailing list
- graal-changes mailing list
- GraalVM slack channel invite
- GraalVM slack channel
- GraalVM.org community
- OpenJDK Graal forest
- Compiler
- JavaScript parser
- JVM Compiler Interface for JDK8
- JVM Compiler Interface for JDK9
- GraalVM.org Downloads
- Graal and Truffle Builds (JDK8/OpenJDK8)
- jruby graal-vm-0.19 on Homebrew - Libraries.io
- OpenJDK: Graal
- Graal (compiler) - Wikipedia
- OpenJDK Graal - Wiki
- Graal/GraalVM/Truffle official docs
- Graal/GraalVM/Truffle official Reference Manual
- OpenJDK Graal - Publications and Presentations
- GraalVM: Official list of publications
- GraalVM in the press
- Official FAQ on Graal/GraalVM/Truffle
- List of useful resources from Stefan Marr
- Graalvm (Programming) Questions & Answers - TechQA
- Oracle's Graal-JVM / Truffle for Scala? : scala - Reddit
- Reddit discussions on GraalVM and Scala
- Graal and Clojure discussions
- JIT compiling a subset of Python to x86-64
- Dataiku Data Science Studio - ai-ml-dl/blob/master/examples/data/dataiku/)
- Java Performance Examples
- Java stream API benchmark
- Grakn/Graql graph database running on the GraalVM and other JVMs - ai-ml-dl/tree/master/examples/data/databases/graph/grakn)**
- Java/Kotlin Native Example
- Native-image: using Profile Guide Optimisation options - 10-24%20SubstrateVM%20CodeOne_15404788159460019swO.pdf)
- Command line apps with Clojure and GraalVM
- GraalVM Polyglot with Clojure and JavaScript
- Building native Clojure images with GraalVM
- GraalVM with Groovy - groovy-grape-creating-native-image-of-standalone-script/)
- GraalVM and Scala - faster-and-slimmer-with-graalvm/)
- Scala-days-2018 demo
- R's graphical output in Java based desktop application
- FastR Node.js interop example
- A simple, straightforward implementation of "Conway's Game of Life"
- rJava package and built-in Java interoperability in FastR
- Embedding R as a scripting language into JVM applications
- Weather Predictor Application: R, Ruby, Java, NodeJS/JS
- GraalVM demos: Another Polyglot JavaScript, Java, R application
- Galaaz Demo: GraalVM, TruffleRuby, FastR, ggplot2, gridExtra
- GraalVM demos: Polyglot JavaScript, Java, R application
- GraalVM demos: Spring Boot using R packages demo
- WebAssembly and GraalVM
- Compiling via Emscripten
- wasm, wat and wasm2c conversations
- native-image workshop on 25th Nov 2019
- A simple native HTTP server with GraalVM
- A 7MB native-image Java app that runs in 30ms and uses only 4MB of RAM!
- Truffle Language Implementation Framework
- cesquivias's GitHub page on Truffle
- Writing a Language in Truffle. Part 1: A Simple, Slow Interpreter
- Writing a Language in Truffle. Part 2: Using Truffle and Graal
- Writing a Language in Truffle. Part 3: Making my Language (Much) Faster
- Writing a Language in Truffle. Part 4: Adding Features the Truffle Way
- implementation of the if statement
- Compiler (deprecated by graal-core)
- Compiler (deprecated by graal)
- Programming Languages and Runtimes ...
- Download
- Learn more
- Java
- Building Wholly Graal with Truffle!
- How to build Graal-enabled JDK8 on CircleCI?
- Add Graal JIT Compilation to Your JVM Language in 5 Easy Steps ...
- GraalVM - APIDesign
- Learning to use Wholly GraalVM! - use-wholly-graalvm.html)]
- LuaTruffle
- Compile and configure FastR in Linux | snatverk
- Awesome WebAssembly Runtimes
- IPolyglot: A polyglot Jupyter kernel for the GraalVM - polyglot-programming-seminar-3fd06ffa59d2) by [Fabio Niephaus](https://medium.com/u/20b155c97c55?source=post_page-----3fd06ffa59d2----------------------)
- asmble: Compile WebAssembly to JVM and other WASM tools
- Gradle-plugin
- oracle/graal GitHub
- An example Clojure CLI HTTP/S client using GraalVM native image
- Example of Akka HTTP server compiled with GraalVM native-image
- SOMns, a Simple Newspeak Implementation
- grCUDA, Polyglot CUDA integration for the GraalVM
- GraalSqueak, a Squeak/Smalltalk bytecode interpreter with support for the Smalltalk programming environment
- Simple Language framework built using Truffle API
- A SOM Smalltalk implemented on top of Oracle's Truffle Framework - st.github.io/
- Mumbler is a lisp programming language
- Are We Fast Yet? Comparing Language Implementations with Objects, Closures, and Arrays - by @smarr
- Tools Reference
- GraalVM’s JavaScript engine on JDK11 with high performance
- Polyglot Reference - ten-things-12d9111f307d)
- Embed Languages
- Oracle Database Example
- Towards a WebAssembly standalone runtime on GraalVM
- JavaScript, Java, R Polyglot Application
- Get Started: Running Ruby
- Clojure: GraalVM Native Image HTTPS Support
- Talk: An Introduction to WebAssembly by Guy Royse
- A 7MB native-image Java app that runs in 30ms and uses only 4MB of RAM!
- Native Image Example
- Grakn/Graql graph database running on the GraalVM and other JVMs - ai-ml-dl/tree/master/examples/data/databases/graph/grakn)**
- R's graphical output in Java based desktop application
- A simple, straightforward implementation of "Conway's Game of Life"
- rJava package and built-in Java interoperability in FastR
- Embedding R as a scripting language into JVM applications
- Weather Predictor Application: R, Ruby, Java, NodeJS/JS
- Compatibility
- Graal/GraalVM/Truffle official docs
- FastR Node.js interop example
-
Programming Languages
Categories
Sub Categories
Keywords
graalvm
5
wasm
3
webassembly
3
truffle
3
java
2
virtual-machine
2
jvm
2
polyglot-programming
2
smalltalk
2
language
2
clojure
1
cli
1
compiler
1
aot
1
gradle-plugin
1
polyglot-notebooks
1
polyglot
1
kernel
1
jupyter
1
wasm-runtime
1
vm
1
rust
1
javascript
1
engine
1
performance
1
language-implementations
1
dynamic-languages
1
comparison
1
benchmarking
1
benchmark
1
lisp-interpreter
1
squeak
1
research-project
1
bytecode-interpreter
1
transactional-memory
1
som
1
research
1
newspeak
1
interpreter
1
debugging
1
csp
1
concurrency
1
actors
1
native-image
1
https
1
cranelift
1