.NET Micro Framework C# port?

XCore Project reviews, ideas, videos and proposals.
User avatar
williamk
Experienced Member
Posts: 114
Joined: Fri Oct 01, 2010 7:47 pm

.NET Micro Framework C# port?

Post by williamk »

Just wondering if it would be possible to setup any of the XMOS Chips/Kits to run .NET Micro Framework C# code?

http://www.microsoft.com/netmf/about/default.mspx

I know that there are licenses involved. But still, it would open a whole new segment for XMOS chips...

Just wondering, that's all...

Wk


Wusik Dot Com (http://www.Wusik.com)
William-K.com (http://www.William-K.com)
User avatar
leon_heller
XCore Expert
Posts: 546
Joined: Thu Dec 10, 2009 10:41 pm
Location: St. Leonards-on-Sea, E. Sussex, UK.

Post by leon_heller »

I think it's interpreted at run-time, making it rather slow.
User avatar
williamk
Experienced Member
Posts: 114
Joined: Fri Oct 01, 2010 7:47 pm

Post by williamk »

Yes, it is interpreted, but still, not slow as many people think. At least not from the comments I read over the internet.

Anyway, just wondering, that's all. ;-)

Wk
Wusik Dot Com (http://www.Wusik.com)
William-K.com (http://www.William-K.com)
Heater
Respected Member
Posts: 296
Joined: Thu Dec 10, 2009 10:33 pm

Post by Heater »

Turn a nice fast real-time chip into a slow non-deterministic machine. What on earth would be the benefit?

P.S. I have plans to do exactly that with a byte code interpreter than runs C/C++ code compiled with GCC. But that is only of relevance if you want to add external RAM/FLASH for a large program store.