This is done in two different ways for java and pascal.  In principle
either would work for C# but I do not know of any actual implementations.
One could add C# to clang or some other front end to buil native code as
does the gcj "ahead of time" java compiler.  You will still need to link to
a runtime but you wont need an interpreter.

p2c translates pascal source to C source that may not be pretty but can be
built.  However pascal and C are conceptually quite similar so the
translation is straightforward.

Maybe it would be easiest to translate the C# to java then generate native
code with gcj.

This would be too much work for just one use but could be a market
opportunity.  Knock yourself out.



-- 
Michael David Crawford, Consulting Software Engineer
mdcrawf...@gmail.com
http://www.warplife.com/mdc/

    Every Deity Hath the Insight to Foretell the Future
    Yet G-d Almighty Himself Possesseth Not the Power to Undo the Past.
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to