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 usesv8
under the hoodquickjs
, which uses its own engine.boa
, which uses its own engine written in Rust.rusty_jsc
which uses thejavascriptcore
engine
Not exactly python but close, Starlark
Embeddable en extensible scripting language made in Rust