문제

Is there any open source meta-circular implementation of .Net CLR? I know MONO is not entirely written in C# so I was looking for some sort of open source project which implements .Net CLR entirely in C# (something like Maxine for JVM) to get better understanding of .Net CLR.

도움이 되었습니까?

해결책

Have you read about Shared Source CLI, code-named "Rotor"?

Some links:

http://en.wikipedia.org/wiki/Shared_Source_Common_Language_Infrastructure

http://www.microsoft.com/en-us/download/details.aspx?id=4917

Also it is interesting the Roslyn project, which is a C# compiler written in C#:

http://blogs.msdn.com/b/csharpfaq/archive/2011/10/19/introducing-the-microsoft-roslyn-ctp.aspx

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top