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
@@ -31,9 +31,9 @@ To sort and filter the list interactively, visit the [webpage](https://dbohdan.g
31
31
| C#, other CLR languages |[Mono](http://www.mono-project.com/docs/advanced/embedding/scripting/)| C | Tracing | MIT and other | Implements the [CLR](https://en.wikipedia.org/wiki/Common_Language_Runtime). |
32
32
| ChaiScript |[ChaiScript](http://chaiscript.com/)| C++ | Ref. counting | BSD-3-Clause | A header-only C++14 interpreter library. |
33
33
| Clojure |[sci](https://github.com/borkdude/sci)| Clojure | host VM's GC | EPL-1.0 | An interpreter for a subset of Clojure for Clojure and ClojureScript. |
34
+
| Common Expression Language (CEL) |[cel-go](https://github.com/google/cel-go)| Go | Go's GC | Apache-2.0 | A non-Turing-complete expression language. |
34
35
| Common Expression Language (CEL) |[cel-python](https://github.com/cloud-custodian/cel-python)| Python | Python's GC | Apache-2.0 | A non-Turing-complete expression language. |
35
36
| Common Expression Language (CEL) |[cel-rust](https://github.com/clarkmcc/cel-rust)| Rust | None | MIT | A non-Turing-complete expression language. |
36
-
| Common Expression Language (CEL) |[Common Expression Language](https://github.com/google/cel-spec)| Go | Go's GC | Apache-2.0 | A non-Turing-complete expression language. |
37
37
| 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 the code generation, to integrate closely with C++ applications or libraries. |
38
38
| 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. |
39
39
| 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. |
notes = "Full Common Lisp implementation well integrated with C++, using LLVM for the code generation, to integrate closely with C++ applications or libraries."
136
144
137
-
["CommonExpressionLanguage"]
138
-
url = "https://github.com/google/cel-spec"
139
-
lang = "Common Expression Language (CEL)"
140
-
impl_in = "Go"
141
-
gc = "Go's GC"
142
-
license = "Apache-2.0"
143
-
notes = "A non-Turing-complete expression language."
0 commit comments