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 ee26582

Browse files
committed
CEL: do not specify impl language in notes
1 parent 18475cb commit ee26582

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ 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) | [Common Expression Language](https://github.com/google/cel-spec) | Go | Go's GC | Apache-2.0 | A non-Turing-complete expression language for Go. |
34+
| 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. |
3535
| 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. |
3636
| 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. |
3737
| 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ lang = "Common Expression Language (CEL)"
124124
impl_in = "Go"
125125
gc = "Go's GC"
126126
license = "Apache-2.0"
127-
notes = "A non-Turing-complete expression language for Go."
127+
notes = "A non-Turing-complete expression language."
128128

129129
[daScript]
130130
url = "https://dascript.org/"

0 commit comments

Comments
(0)

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