I read that there is a realtime specification for a virtual machine executing java bytecode in real-time (RTSJ 1.1 in JSR 282). This makes it possible to execute Java code in real-time even on embedded devices with an RTOS like OS9 or WinCE.
Since I like C#, I was wondering if there is such a specification for C# also? Of course it makes no sense running this C# runtime from within Windows, but maybe there are some projects going on in the Mono camp? This would be a big market for C#. Do you agree?
Thanks.