25
General purpose scripting language with no non-Rust dependencies
(aggregatet.org)
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Credits
I assume you're talking about embeddable languages. I've used Rhai and it's quite nice but I wish it had type annotations.
Gluon is another option but IMO they've gone way too far into crazy and unergonomic ML-style syntax. Which is weird considering it's implemented in Rust which has much nicer syntax for the same things which they could have copied.
Thanks, I think Rhai is what I’d try at this point. Pretty much ticks all my boxes!