Open
Description
I would like to add a, at least partial, language implementation for Rune, an embeddable dynamic programming language for Rust. I feel fairly confident that I could at the very least implement a ScriptHost
and an ApiProvider
for it.
Other than the what's listed in this comment, is there anything else I should keep in mind when adding a new language implementation?