Hello furesoft!
If you're asking whether ClearScript provides a framework, or API, for developing script language interpreters, the answer is no. ClearScript is only a .NET interop layer for specific existing interpreters.
If on the other hand you've developed a script language interpreter and you'd like ClearScript to support it, then yes, this is certainly possible. For example, V8 support was added long after ClearScript was originally developed. However, doing so would require some modification of ClearScript source code, as ClearScript currently does not have a public plug-in API.
Cheers!
If you're asking whether ClearScript provides a framework, or API, for developing script language interpreters, the answer is no. ClearScript is only a .NET interop layer for specific existing interpreters.
If on the other hand you've developed a script language interpreter and you'd like ClearScript to support it, then yes, this is certainly possible. For example, V8 support was added long after ClearScript was originally developed. However, doing so would require some modification of ClearScript source code, as ClearScript currently does not have a public plug-in API.
Cheers!