You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ The following is a list of reasonably mature open source embedded scripting lang
8
8
|[AngelScript](http://www.angelcode.com/angelscript/)| C++ | Ref. counting + cycle-detecting tracing GC | zlib | A statically typed curly brace language resembling C++ itself. |
9
9
|[Atlast](https://www.fourmilab.ch/atlast/)| C | None (manual MM) | Public domain | A dialect of Forth originally developed at Autodesk. |
10
10
|[Anko](https://github.com/mattn/anko/)| Go | Go's GC | MIT | Scriptable interpreter with syntax similar to Go. |
11
-
|[BeanShell](https://github.com/beanshell/beanshell/)| Java | JVM's GC | Apache License 2.0 | An small, embeddable Java source code interpreter. Understands Java code with version 1.1 syntax, meaning no generics or lambdas, but extends Java with, e.g., method closures. A [fork](https://github.com/pejobo/beanshell2) that supports generics is [being merged](https://github.com/beanshell/beanshell/tree/merge-fork-beanshell2). |
11
+
|[BeanShell](https://github.com/beanshell/beanshell/)| Java | JVM's GC | Apache License 2.0 | An small, embeddable Java source code interpreter. Understands Java code with certain extensions like method closures. |
12
12
|[Boron](http://urlan.sourceforge.net/boron/)| C | Tracing | LGPL 3+ | An embeddable scripting language similar to Rebol. |
0 commit comments