:: Enseignements :: Master :: M2 :: 2024-2025 :: Virtual Runtime Environment (and stuff around ...) ::
[LOGO]

Virtual Runtime Environment (and stuff around ...)


Responsable

Forax Remi -- www -- @
Le cours



Crafting Interpreters

The online book (free to read) Crafting Interpreters by Robert Nystrom is a good companion of this course.
Chapter II covers the AST interpreter, while Chapter III covers the stack interpreter.

videos

Understanding MethodHandles

An exercise to understand how method handles (function pointers) works
MethodHandleInAngerTest.java

Sujets des Labs