duckscript
Simple, extendable and embeddable scripting language. (by sagiegurari)
Rhai
Rhai - An embedded scripting language for Rust. (by jonathandturner)
duckscript | Rhai | |
---|---|---|
4 | 30 | |
558 | 4,709 | |
1.8% | 2.0% | |
7.7 | 8.8 | |
about 1 month ago | 14 days ago | |
Rust | Rust | |
Apache License 2.0 | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
duckscript
Posts with mentions or reviews of duckscript.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-02-07.
- Duckscript
- RustPython
-
New alternative for clap (declarative, basic and simple)
Currently i'm using it in cargo-make but will also use it later to parse args for duckscript commands.
-
Are there any embeddable languages in rust?
At it's most basic you could make a really simple interpreter by just doing such a thing, and there is essentially already such a simple language like that built for/in rust called Duckscript (rust has a surprisingly large number of little embedded languages), and that would be completely and entirely sufficient for many purposes, though if you want speed then you'll need to JIT or AOT the code, which is why wasm is so handy as you can interpret or JIT (or even AOT it with wasmer) without the much larger overhead of a, for example, javascript or java embedded runtime.
Rhai
Posts with mentions or reviews of Rhai.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-07-05.
- Berry Script: lightweight embedded scripting language for microcontrollers
- Rhai: An embedded scripting language for Rust
-
IconCalc – Spreadsheet Engine and Ecosystem
I wouldn't want to create a language just for this. Maybe use a language like Lua or perhaps Rhai[0]. By design extending and embedding IronCalc should be very easy. Work in this direction will not start in the next 9 months though.
[0]: https://github.com/rhaiscript/rhai
- RustPython
-
Moonbit: The fast, compact and user friendly language for WebAssembly
For that world there is also Rhai (https://github.com/rhaiscript/rhai), TypeScript, Scheme, etc.
Though Moonbit does look nice too.
- Announcing dwarf!
-
Embeddable Scripting Language for Embedded Rust
As far as I know there exists rhai scripting lang. You can check it out -> https://github.com/rhaiscript/rhai
-
Rhai 1.13.0 released - embedded scripting engine for Rust.
Version 1.13.0 is released to crates.io.
-
What's the best way to make a type optionally Sync/Send?
Check out https://github.com/rhaiscript/rhai/blob/main/src/func/native.rs
- RustPython – A Python-3 (CPython >= 3.11.0) Interpreter written in Rust
What are some alternatives?
When comparing duckscript and Rhai you can also consider the following projects:
wasmi - Embeddable, efficient and versatile WebAssembly interpreter.
dyon - A rusty dynamically typed scripting language
clap4shell - Standalone wrapper of clap for shell scripts
rune - Rune is a programming language developed to test ideas for improving security and efficiency.
vonuvoli-scheme - vonuvoli Scheme -- an R7RS interpreter written in Rust focused on systems programming and scripting (i.e. processes, file-system, etc.) with performance and safety in mind
Ketos - Lisp dialect scripting and extension language for Rust programs