Skip to content

Add Juicemacs as an experimental language to Languages.md #11117

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions truffle/docs/Languages.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ The following language implementations exist already (in alphabetical order):
* [Heap Language](https://github.com/jaroslavtulach/heapdump), a tutorial showing the embedding of Truffle languages via interoperability.
* [hextruffe](https://bitbucket.org/hexafraction/truffles), an implementation of Hex.
* [islisp-truffle](https://github.com/arvyy/islisp-truffle), an implemention of the ISLISP 2007 standard.
* [Juicemacs](https://codeberg.org/gudzpoz/Juicemacs/), an Emacs Lisp (AST and bytecode) interpreter.
* [LuaTruffle](https://github.com/lucasallan/LuaTruffle), an implementation of the Lua language.
* [Mozart-Graal](https://github.com/eregon/mozart-graal), an implementation of the Oz programming language.
* [Mumbler](https://github.com/cesquivias/mumbler), an experimental Lisp programming language.
Expand Down