Re: Euphoria.NET?
- Posted by coconut Jul 17, 2012
- 1664 views
mattlewis said...
bugmagnet said...
Is there ever going to be an Euphoria.NET?
I had a partial version working with ooeu. Basically (IIRC), you shrouded your code, then converted it into CLR assembler code, and then used the .NET assembler to get a working assembly.
It was a lot slower than normal eu, largely due to the way I implemented the basic euphoria datatypes. There's undoubtedly a better way to manage that.
Matt
Exactly what I was thinking about, generationg CLR assembler code, or better CLI binary file instead of euphoria IL file. This is probably the easiest path to go. The CLI VM specification is available here.. only 574 pages to read...
Jacques