Are there any .NET CLR/DLR implementations of ECMAScript?

后端 未结 9 1622
予麋鹿
予麋鹿 2020-12-12 14:30

Does anyone know of real (i.. no vaporware) implementations of ECMAScript targeting the .NET CLR/DLR? Ideally something like what Rhino is

9条回答
  •  一生所求
    2020-12-12 15:12

    You should try Javascript .NET (http://javascriptdotnet.codeplex.com/) on Codeplex. They wrapped v8 with managed C++ and then you can use this library with a .NET application and it works like a charm. The open source offers some pretty good features if you ask me.

    Cheers.

提交回复
热议问题