The .NET IL Interpreter(mattwarren.org)
mattwarren.org
The .NET IL Interpreter
http://mattwarren.org/2017/03/30/The-.NET-IL-Interpreter/
1 comments
Oh yeah, thanks for the reminder about .NET MF, I'd forgotten about that.
Another one I've come across is 'DotNetAnywhere', see https://github.com/chrisdunelm/DotNetAnywhere
Another one I've come across is 'DotNetAnywhere', see https://github.com/chrisdunelm/DotNetAnywhere
Last time I checked they were trying to add AOT compilation support to it, not sure how much work they are still pushing into it.
Yeah, work is still ongoing with it: https://github.com/dotnet/corert
No, that is for standard .NET, I was referring to llilum for the .NET Micro Framework, the only one that has always been fully interpreted, which hasn't seen any updates in a while.
https://github.com/NETMF/llilum
https://github.com/NETMF/llilum
How it does types is interesting, and the GC is simple enough that it can be comprehended by mere mortals. I enjoyed my time playing around with it.
As a bonus, .NET MF is designed for production, and indeed it is used out in the wild!