Skip to content

Commit 5409d65

Browse files
committed
Cyber: add
1 parent b1d57cb commit 5409d65

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
@@ -40,6 +40,7 @@ To sort and filter the list interactively, visit the [webpage](https://dbohdan.g
4040
| Common Expression Language (CEL) | [cel-rust](https://github.com/clarkmcc/cel-rust) | Rust | None | MIT | A non-Turing-complete expression language. |
4141
| Common Lisp | [Clasp](https://github.com/drmeister/clasp) | Common Lisp, C++ | MPS GC (Boehm-Weiser also supported) | LGPL-2.0-or-later | Full Common Lisp implementation well-integrated with C++, using LLVM for code generation to integrate closely with C++ applications or libraries. |
4242
| Common Lisp | [Embeddable Common Lisp](https://gitlab.com/embeddable-common-lisp/ecl) | Common Lisp, C | Boehm-Weiser GC | LGPL-2.0-or-later | Full Common Lisp implementation, available as a shared library `libecl.so` embeddable in any C, C++ or other application. |
43+
| Cyber | [Cyber](https://github.com/fubark/cyber) | Zig | Ref. counting | MIT | Concurrent scripting language designed with performance in mind. |
4344
| daScript | [daScript](https://dascript.org/) | C++ | None (region-based + manual MM?) | BSD-3-Clause | A statically-typed [performance-oriented](https://dascript.org/#performance) scripting language. |
4445
| Datalog | [AbcDatalog](http://abcdatalog.seas.harvard.edu/) | Java | JVM's GC | BSD-3-Clause | Implements Datalog. |
4546
| Datalog | [Cascalog](https://github.com/nathanmarz/cascalog) | Clojure | JVM's GC | Apache-2.0 | Implements Datalog. |

data/projects.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,14 @@ gc = "MPS GC (Boehm-Weiser also supported)"
166166
license = "LGPL-2.0-or-later"
167167
notes = "Full Common Lisp implementation well-integrated with C++, using LLVM for code generation to integrate closely with C++ applications or libraries."
168168

169+
[Cyber]
170+
url = "https://github.com/fubark/cyber"
171+
lang = "Cyber"
172+
impl_in = "Zig"
173+
gc = "Ref. counting"
174+
license = "MIT"
175+
notes = "Concurrent scripting language designed with performance in mind."
176+
169177
[daScript]
170178
url = "https://dascript.org/"
171179
lang = "daScript"

0 commit comments

Comments
 (0)