Skip to content

Commit 0b84b23

Browse files
vasilevdbohdan
authored andcommitted
Tengo: add
1 parent 77739ec commit 0b84b23

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ To sort and filter the list interactively, visit the [webpage](https://dbohdan.g
157157
| Tcl | [Molt](https://github.com/wduquette/molt) | Rust | Ref. counting | BSD-3-Clause | A minimal Tcl implementation designed for Rust applications and libraries. |
158158
| Tcl | [Picol](https://chiselapp.com/user/dbohdan/repository/picol/) | C | None (no reference support) | BSD-2-Clause | A header-only library interpreter for a limited dialect of Tcl. |
159159
| Tcl | [Tcl](http://tcl-lang.org/) | C | Ref. counting | Tcl license (BSD-like) | An embeddable general-purpose scripting language with a rich C API. Includes a cross-platform GUI toolkit called [Tk](https://wiki.tcl-lang.org/477). See ["How to embed Tcl in C applications"](https://wiki.tcl-lang.org/2074). |
160+
| Tengo | [Tengo](https://github.com/d5/tengo) | Go | Go's GC | MIT | A dynamic script language for Go. |
160161
| Toy | [Toy](https://github.com/Ratstail91/Toy) | C | Ref. counting | Zlib | Has an optional type system. [Embedding Toy](https://toylang.com/deep-dive/embedding-toy). |
161162
| Umka | [Umka](https://github.com/vtereshkov/umka-lang) | C | Ref. counting | BSD-2-Clause | Statically typed. |
162163
| Wirefilter | [Wirefilter](https://github.com/cloudflare/wirefilter) | Rust | None (no dynamic memory allocation) | MIT | An expression language for Wireshark-like filters. |

data/projects.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1096,6 +1096,14 @@ gc = "None"
10961096
license = "LGPL-2.0-only"
10971097
notes = "A small C compiler that can be used as a library for a C JIT. [libtcc header](https://repo.or.cz/tinycc.git/blob/HEAD:/libtcc.h). [Embedding example](https://repo.or.cz/tinycc.git/blob/HEAD:/tests/libtcc_test.c)."
10981098

1099+
[Tengo]
1100+
url = "https://github.com/d5/tengo"
1101+
lang = "Tengo"
1102+
impl_in = "Go"
1103+
gc = "Go's GC"
1104+
license = "MIT"
1105+
notes = "A dynamic script language for Go."
1106+
10991107
[TinyScheme]
11001108
url = "http://tinyscheme.sourceforge.net/"
11011109
lang = "Scheme"

0 commit comments

Comments
 (0)