diff --git a/README.md b/README.md index 99c1313..13a33ec 100644 --- a/README.md +++ b/README.md @@ -442,6 +442,7 @@ _This section aims at listing code projects of Compilers, Interpreters, Translat * [gone](https://github.com/paivett/gone) - Compiler for a tiny programming language called Gone, implemented using Python 3.6, SLY and llvmlite. Developed as part of the January 2018 [Write a compiler course](http://www.dabeaz.com/compiler.html), under the supervision of David Beazly. * [Hython](https://github.com/mattgreen/hython) - Haskell-powered Python 3 interpreter. + Discussions: [Reddit](https://redd.it/46f8j4). + * [Lateralus](https://github.com/bad-antics/lateralus-os) - Self-hosted systems language with bytecode VM, native AOT backend, GC, package manager, and tree-sitter grammar. Powers LateralusOS. * [llgo](https://github.com/llvm-mirror/llgo) - Go frontend for LLVM written in Go. * [MAL](https://github.com/kanaka/mal): Make a Lisp - Clojure-inspired Lisp interpreter implemented in 64 languages. * [MetaScala](https://github.com/lihaoyi/Metascala) - Metacircular JVM implementation in Scala.