Re: C Sharp?
Re: C Sharp?
- Subject: Re: C Sharp?
- From: Michael David Crawford <email@hidden>
- Date: Thu, 16 Jul 2015 15:25:32 -0700
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
email@hidden
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 (email@hidden)
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:
This email sent to email@hidden