S
Scott Moore
I am considering targeting .net with my existing compiler.
I am new to both jvm and .net targets. I have no preference.
This is not designed to start an argument, I would just like
the information. I may decide to use either one, or both.
Heres the question:
With jvm it is very clear what I get for the effort of targeting
the jvm for my compiler output. You can run jvm programs off
a web page, and even if you don't use that mode, there are many
machines that run jvm. There are jvm applications that run, in
place, on a web page *everywhere*.
With .net, after an extensive search, I have yet to find a
single example using a .net application (using, I gather, asp.net).
Ie., although the .net documentation appears to describe the
ability to do so, nobody appears to be supporting it. Are there
online, running in web page, .net applications I can go see on
the web ?
Also, it is clear that .net can be easily JITed on a Windows
machine. However, I already have a compiler back end for Windows, so
it is hardly worth the work to do so. What other machines have a
JIT for .net available ?
I am currently using the .net SDK and the book ".NET IL Assembler"
for reference on this subject.
Thank you.
I am new to both jvm and .net targets. I have no preference.
This is not designed to start an argument, I would just like
the information. I may decide to use either one, or both.
Heres the question:
With jvm it is very clear what I get for the effort of targeting
the jvm for my compiler output. You can run jvm programs off
a web page, and even if you don't use that mode, there are many
machines that run jvm. There are jvm applications that run, in
place, on a web page *everywhere*.
With .net, after an extensive search, I have yet to find a
single example using a .net application (using, I gather, asp.net).
Ie., although the .net documentation appears to describe the
ability to do so, nobody appears to be supporting it. Are there
online, running in web page, .net applications I can go see on
the web ?
Also, it is clear that .net can be easily JITed on a Windows
machine. However, I already have a compiler back end for Windows, so
it is hardly worth the work to do so. What other machines have a
JIT for .net available ?
I am currently using the .net SDK and the book ".NET IL Assembler"
for reference on this subject.
Thank you.