Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 90dbe37

Browse files
committed
cel-go: rename from "CEL"; link to Go impl repo
1 parent 44266ff commit 90dbe37

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ To sort and filter the list interactively, visit the [webpage](https://dbohdan.g
3131
| 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). |
3232
| ChaiScript | [ChaiScript](http://chaiscript.com/) | C++ | Ref. counting | BSD-3-Clause | A header-only C++14 interpreter library. |
3333
| 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. |
3435
| 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. |
3536
| 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. |
3737
| 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. |
3838
| 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. |
3939
| 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. |

‎data/projects.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,14 @@ gc = "JVM's GC"
7878
license = "Apache-2.0"
7979
notes = "Implements Datalog."
8080

81+
["cel-go"]
82+
url = "https://github.com/google/cel-go"
83+
lang = "Common Expression Language (CEL)"
84+
impl_in = "Go"
85+
gc = "Go's GC"
86+
license = "Apache-2.0"
87+
notes = "A non-Turing-complete expression language."
88+
8189
["cel-python"]
8290
url = "https://github.com/cloud-custodian/cel-python"
8391
lang = "Common Expression Language (CEL)"
@@ -134,14 +142,6 @@ gc = "MPS GC (Boehm-Weiser also supported)"
134142
license = "LGPL-2.0-or-later"
135143
notes = "Full Common Lisp implementation well integrated with C++, using LLVM for the code generation, to integrate closely with C++ applications or libraries."
136144

137-
["Common Expression Language"]
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."
144-
145145
[daScript]
146146
url = "https://dascript.org/"
147147
lang = "daScript"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /