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
@@ -47,7 +47,7 @@ To sort and filter the list interactively, visit the [webpage](https://dbohdan.g
47
47
| DWScript |[DWScript](https://bitbucket.org/egrange/dwscript/)| Object Pascal (Delphi 2009 or later) | Ref. counting + cycle-detecting tracing GC | MPL-1.1, GPL-3.0 (JavaScript code generator) |[Description](https://www.delphitools.info/dwscript). A statically typed Delphi/Free Pascal-like language. Can compile to JavaScript. |
48
48
| Dyon |[Dyon](https://github.com/pistondevelopers/dyon)| Rust | None (Rust-style [lifetimes](http://www.piston.rs/dyon-tutorial/lifetimes.html)) | Apache-2.0 or MIT | Features optional, optimistic (succeed-by-default) static type checking. |
49
49
| Expr |[Expr](https://github.com/antonmedv/expr)| Go | Go's GC | MIT | Compiles and evaluates statically-typed expressions. |
50
-
| Falcon |[Falcon](http://falconpl.org/)| C++ | Tracing |**GPL-2.0** or custom | The GC is pluggable. |
50
+
| Falcon |[Falcon](https://github.com/falconpl/falcon)| C++ | Tracing |**GPL-2.0** or custom | The GC is pluggable. |
51
51
| fe |[fe](https://github.com/rxi/fe)| C | Tracing | MIT | Uses a fixed-size memory region. No `malloc`. |
52
52
| Forth |[Atlast](https://www.fourmilab.ch/atlast/)| C | None (manual MM) | Public domain | A dialect of Forth originally developed at Autodesk. |
53
53
| Forth |[FTH](http://fth.sourceforge.net)| C | Tracing | BSD-2-Clause | A dialect of Forth with objects, hashes, regular expressions, and other extensions. |
0 commit comments