A list of scripting languages that can be embedded in a rust application
The OG embeddable language. Implemented here with mlua with the luau or
roblox lua syntax.
Three implementations:
Deno, which usesv8under the hoodquickjs, which uses its own engine.boa, which uses its own engine written in Rust.rusty_jscwhich uses thejavascriptcoreengine
Not exactly python but close, Starlark
Embeddable en extensible scripting language made in Rust