We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90dbe37 commit 33c0852Copy full SHA for 33c0852
data/projects.toml
@@ -62,6 +62,14 @@ gc = "JVM's GC"
62
license = "Apache-2.0"
63
notes = "An small, embeddable Java source code interpreter. Understands Java code with certain extensions like method closures."
64
65
+[Berry]
66
+url = "https://github.com/berry-lang/berry"
67
+lang = "Berry"
68
+impl_in = "C"
69
+gc = "Mark-Sweep GC"
70
+license = "MIT"
71
+notes = "Ultra-lightweight dynamically typed embedded scripting language, designed for lower-performance devices with limited memory."
72
+
73
[Boron]
74
url = "http://urlan.sourceforge.net/boron/"
75
lang = "Boron"
0 commit comments