From 5e7c78447def24c187bc6a5552199ccd095fb3f3 Mon Sep 17 00:00:00 2001
From: gudzpoz <GuDzpoz@live.com>
Date: Fri, 2 May 2025 01:05:52 +0800
Subject: [PATCH] Add Juicemacs as an experimental language to Languages.md

---
 truffle/docs/Languages.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/truffle/docs/Languages.md b/truffle/docs/Languages.md
index 3d6d7199474f..01d9b69ce8a8 100644
--- a/truffle/docs/Languages.md
+++ b/truffle/docs/Languages.md
@@ -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.