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
@@ -128,7 +128,7 @@ To sort and filter the list interactively, visit the [webpage](https://dbohdan.g
128
128
| Squirrel |[Squirrel](http://squirrel-lang.org/)| C++ | Ref. counting | MIT | A language inspired by Lua and JavaScript/Python. Has a Lua-like C++ API. Differentiates itself from Lua with the use of reference counting in place of Lua's tracing GC, a curly-brace syntax, built-in class-based OOP, and zero-indexed arrays. |
129
129
| Starlark |[Starlark (Go)](https://github.com/google/starlark-go/)| Go | Go's GC | 3-clause BSD | A small dialect of Python for configuration. Not Turing-complete. Untrusted code: can't access the file system and network, can use up memory and CPU to perform a DoS attack. [Spec](https://github.com/bazelbuild/starlark). [Python bindings](https://github.com/caketop/python-starlark-go). |
130
130
| Starlark |[Starlark (Java)](https://github.com/bazelbuild/bazel/tree/master/src/main/java/net/starlark/java)| Java | JVM's GC | Apache License 2.0 | Starlark for the JVM. The original implementation. |
0 commit comments