Rhai
dyon
Our great sponsors
Rhai | dyon | |
---|---|---|
20 | 8 | |
2,464 | 1,532 | |
4.5% | 1.9% | |
9.2 | 3.8 | |
5 days ago | about 1 month ago | |
Rust | Rust | |
Apache License 2.0 | Apache License 2.0 |
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
- 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?
dyon
-
Fornjot – The world needs another CAD program
This should be a good use-case for rust-based scripting languages, I think.
I loosely followed a project of that kind a while ago, I don't quite remember if it was Gluon [0] or Dyon [1]. Not sure if these are still active, or if another competitor showed up in meantime.
___
-
Which scripting languages work well embedded with Rust?
Dyon
-
Which is the best Rust scripting language for Exploratory Data Analysis (EDA)
These are the scripting languages i saw recently gluon, gleam, dyon, rune, mun. I like mun most because it resembles rust most. There is also this and this thread.
- Dyon – A rusty dynamically typed scripting language
What are some alternatives?
rune - An embeddable dynamic programming language for Rust.
hlua - Rust library to interface with Lua
Ketos - Lisp dialect scripting and extension language for Rust programs
rascal - A simple Pascal interpreter written in rust.
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