🦞🌯 Lobster Roll

Thread

Graal & Truffle (medium.com)

Stories related to "Graal & Truffle" across the full archive.

Graal & Truffle (medium.com)
The race for speed part 2: How JavaScript compilers work (creativejs.com)
Stop Writing JavaScript Compilers! Make Macros Instead (jlongster.com)
In-depth article about using [sweet.js](https://github.com/mozilla/sweet.js), a macro library for Javascript.
Course in compilers from Stanford University starts today on Coursera.org (coursera.org)
The Silently Shifting Semicolon (web.cs.ucla.edu)
Parsing Binding Names for Efficient Representation in the SpiderMonkey Virtual Machine (rfrn.org)
Java is Unsound: The Industry Perspective (medium.com)
TypeScript's Type System is Turing Complete (github.com)
[The proof](https://gist.github.com/hediet/63f4844acf5ac330804801084f87a6d4)
Understanding How Graal Works - a Java JIT Compiler Written in Java (chrisseaton.com)
Announcing GraalVM: Run Programs Faster Anywhere (blogs.oracle.com)
Turning the JVM into a Polyglot VM with Graal (2017) (youtube.com)
Smalltalk with the GraalVM (javaadvent.com)
Kotlingrad: Shape-Safe Differentiable Programming with Algebraic Data Types (github.com)
A crash course in just-in-time (JIT) compilers (2017) (hacks.mozilla.org)
How JIT Compilers are Implemented and Fast: Julia, Pypy, LuaJIT, Graal and More (carolchen.me)
Tutorial: Building Your Language with Graal & Truffle (norswap.com)
Yatta Language - ML like language on the GraalVM (yona-lang.org)
TruffleSqueak: Polyglot Programming with Squeak/Smalltalk and GraalVM (github.com)
ohm: library and language for building parsers, interpreters, compilers, etc (github.com)
Rust on GraalVM using bitcode (michaelbh.com)
Native Minecraft Servers with GraalVM Native Image (medium.com)
Trade-offs of Using Compilers for Java (AOT/JIT < JIT + Caching < JIT Server) (infoq.com)
[Slides](https://drive.google.com/file/d/19yaYn4rMyD5E39ZDEchvTgQ_bDOTVZ5P/view?usp=sharing)
Jessie, simple universal safe mobile code (github.com)
TypeScript is Surprisingly OK for Compilers (matklad.github.io)
How JIT Compilers are Implemented and Fast: Pypy, LuaJIT, Graal and More (kipp.ly)
Understanding Basic Graal Graphs (chrisseaton.com)
A JavaScript library for building parsers, interpreters, compilers, and more (ohmjs.org)
Graal Truffle tutorial part 0 – what is Truffle? (endoflineblog.com)
Writing a Lisp JIT Interpreter with GraalVM Truffle (kyo.iroiro.party)
Method Combinators in CoffeeScript (github.com)