From ef04eb3b8230aefa4359fb830b88e7e859aa687d Mon Sep 17 00:00:00 2001 From: Fabio Niephaus Date: Sun, 3 Nov 2019 15:45:06 +0100 Subject: [PATCH] Add Truffle/RPython tutorial --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6f86ace..3c86938 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,8 @@ #### Build your own `Programming Language` * [**(any)**: _mal - Make a Lisp_](https://github.com/kanaka/mal#mal---make-a-lisp) +* [**(any)**: _simplelanguage: How to implement a language in Truffle for the GraalVM_](https://github.com/graalvm/simplelanguage/) +* [**(any)**: _RPython: Writing an Interpreter with PyPy_](https://morepypy.blogspot.com/2011/04/tutorial-writing-interpreter-with-pypy.html) * [**Assembly**: _Jonesforth_](https://github.com/nornagon/jonesforth/blob/master/jonesforth.S) * [**C**: _Baby's First Garbage Collector_](http://journal.stuffwithstuff.com/2013/12/08/babys-first-garbage-collector/) * [**C**: _Build Your Own Lisp: Learn C and build your own programming language in 1000 lines of code_](http://www.buildyourownlisp.com/)