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
@@ -73,7 +73,7 @@ To sort and filter the list interactively, visit the [webpage](https://dbohdan.g
73
73
| Jsonnet |[Jsonnet](https://jsonnet.org/)| C++ | Tracing | Apache-2.0 | A functional configuration language that extends JSON. Untrusted code: can't access the file system or network, can use up memory and CPU time for a DoS attack. Has [bindings](https://jsonnet.org/ref/bindings.html) for C, C++, Go, Python, and other languages, as well as a separate native Go implementation. |
74
74
| Ketos |[Ketos](https://github.com/murarth/ketos)| Rust | None (no heap allocation)? | Apache-2.0 | A functional Lisp. |
75
75
| LIL |[LIL](http://runtimeterror.com/tech/lil/)| C, Object Pascal (separate implementations) | None (no reference support) | Zlib | A Tcl-like language incompatible with mainline Tcl. |
76
-
| Lily |[Lily](https://github.com/FascinatedBox/lily/)| C | Ref. counting + GC | MIT | A language focusing on expressiveness and safety. |
76
+
| Lily |[Lily](https://github.com/FascinatedBox/lily/)| C | Ref. counting + tracing GC | MIT | A language focusing on expressiveness and safety. |
77
77
| ljs |[ljs](https://github.com/mingodad/ljs)| C | Tracing | MIT | Lua 5.3, Lua 5.1, and LuaJIT with a C/C++/Java/JavaScript syntax. Can convert Lua source code to ljs. |
78
78
| Lua |[Go-Lua](https://github.com/Shopify/go-lua)| Go | Go's GC | MIT | Implements a subset of Lua 5.2. |
79
79
| Lua |[GopherLua](https://github.com/yuin/gopher-lua)| Go | Go's GC | MIT | Implements Lua 5.1 with the added support for Go's channels. Lacks the debug hooks and several functions from the C version. |
0 commit comments