Rhai
Rhai - An embedded scripting language for Rust. (by jonathandturner)
Ketos
Lisp dialect scripting and extension language for Rust programs (by murarth)
Our great sponsors
Rhai | Ketos | |
---|---|---|
20 | 3 | |
2,464 | 719 | |
4.5% | - | |
9.2 | 0.0 | |
6 days ago | over 1 year 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.
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 2023-01-13.
- Best language to use as a scripting lang for my rust app
-
[concept] Modular kernel
The OS would be built in Rust and the module system could be made using ELF executibles (fast, but it could be really hard to implement modules to communicate with the kernel), WASM (can compile from many languages, slower but not too slow, APIs can be simple enough to implement if the correct VM is choses) or even a custom scripting language like rhai (slower, but best way for the implementation [way to connect modules and kernel]).
-
Godot game engine now has its own foundation
For sure, that's where something like rhai would shine: https://crates.io/crates/rhai
Oh yeah, for sure. But there are rust based scripting languages that are designed to interop with rust, such as rhai: https://crates.io/crates/rhai
- Sooooo... are we going to have a plugin system or no? :)
-
Managing your Dotfiles with Dotter (Tutorial)
Markdown support Markdown as a templating language is supported, and you can use global and local configs. Also, there are several built-in helpers, and you can make your own, in the language rhai
-
easy to use Plugin API in rust?
I came across this library lately which might be close to what you’re looking for: https://github.com/rhaiscript/rhai
- Are there any embeddable languages in rust?
- Whats your favourite open source Rust project that needs more recognition?
Ketos
Posts with mentions or reviews of Ketos.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-09-22.
-
Ketos: Lisp dialect scripting and extension language for Rust programs
I messed around with and contributed to this project a bit. The biggest challenge I saw in day to day usage was that line numbers aren't included in error messages: https://github.com/murarth/ketos/issues/11
-
Orion, a purely functionnal Lisp written in Rust.
How does this compare to Ketos?
What are some alternatives?
When comparing Rhai and Ketos you can also consider the following projects:
dyon - A rusty dynamically typed scripting language
rune - An embeddable dynamic programming language for Rust.
hlua - Rust library to interface with Lua
RustPython - A Python Interpreter written in Rust
helix - A post-modern modal text editor.
mun - Source code for the Mun language and runtime.
kanidm - Kanidm: A simple, secure and fast identity management platform
rune - Rune is a programming language developed to test ideas for improving security and efficiency.
lokke - Lokke: Clojure for Guile
Relm4 - An idiomatic GUI library inspired by Elm and based on gtk4-rs [Moved to: https://github.com/Relm4/Relm4]
gluon - A static, type inferred and embeddable language written in Rust.