microsoft / ClearScript

A library for adding scripting to .NET applications. Supports V8 (Windows, Linux, macOS) and JScript/VBScript (Windows).
https://microsoft.github.io/ClearScript/
MIT License
1.74k stars 148 forks source link

Q: Python & Lua & C# support #476

Closed ParadiseFallen closed 1 year ago

ParadiseFallen commented 1 year ago

is there a way to support other languages?

ClearScriptLib commented 1 year ago

Hi @ParadiseFallen,

is there a way to support other languages?

While new ScriptEngine subclasses are certainly possible, they'd have to be implemented within the ClearScript project. That's because some ScriptEngine abstract members are internal.

Thanks!

ClearScriptLib commented 1 year ago

Please reopen this issue if you have additional questions about this topic. Thank you!