(no title)
Andoryuuta | 1 year ago
Genuine question, as I don't have any prior experience embedding any scripting language into a Rust project.
Andoryuuta | 1 year ago
Genuine question, as I don't have any prior experience embedding any scripting language into a Rust project.
mkeeter|1 year ago
The fact that Rhai builds with just 'cargo build' shouldn't be underestimated - a Rust project with all pure-Rust dependencies is much easier to maintain / support / distribute across a wide variety of hosts!
VWWHFSfQ|1 year ago
IshKebab|1 year ago
Even something like a `Vec<u64>` is likely to be a right pain with Lua.
b33j0r|1 year ago
If you are thinking in rust already, why would you go to an FFI c solution?
(Source: have been prototyping DSLs in rust with most of my life force for about a year)