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
<img alt="Badge showing current npm version of logics-js" title="logics-js" src="https://img.shields.io/npm/v/logics-js?label=logics-js">
15
15
</a>
16
+
<a href="https://crates.io/crates/logics-rs">
17
+
<img alt="Badge showing current crates.io version of logics-rs" title="logics-rs", src="https://img.shields.io/crates/v/logics-rs">
18
+
</a>
16
19
<br>
17
-
A multi-platform, sandboxed and extendable expression language with a Python-like syntax.
20
+
A sandboxed and extendable expression language with a Python-like syntax, running in Python, JavaScript and Rust* (*soon).
18
21
</div>
19
22
20
23
## About
@@ -41,7 +44,7 @@ Since Logics is used on both the client and server side, the language was made a
41
44
42
45
-[logics-js](https://www.npmjs.com/package/logics-js) is a pure (vanilla) JavaScript implementation of Logics provided as npm-package.
43
46
-[logics-py](https://pypi.org/project/logics-py/) is a pure Python >= 3.10 implementation of Logics provided as PyPI-package.
44
-
-[logics-rs](https://crates.io/crates/logics-rs) is a new Rust implementation of Logics provided via crates.io, under development.
47
+
-[logics-rs](https://crates.io/crates/logics-rs) is a new Rust implementation of Logics provided via crates.io, **under development**.
45
48
46
49
Both packages are stand-alone without any further dependencies. They are both under recent development and stable until a specific degree right now. They are maintained in separate version numbers, which is planned to be changed soon, when they become almost feature-complete.
0 commit comments