Compile C# into objective-C

Posted by Ali Shafai on Stack Overflow See other posts from Stack Overflow or by Ali Shafai
Published on 2010-04-13T01:23:56Z Indexed on 2010/04/13 1:32 UTC
Read the original article Hit count: 481

Filed under:
|
|

Now that monotouch is being banned, I was wondering if there is a way to translate C# (or some other modern language for that matter) into objective-C? I won't mind using apple's api as long as I don't have to declare my variables in 3-4 stages (ivar-property-synthesize-dealloc). All I want is a less wordy language to concentrate on my intent and not on the compiler syntax. unfortunately apple in its arrogance thinks objective-c is a "modern" language and if you are looking for an alternative (monotouch) it's because you are incapable of coding. also if you don't find programming in itunes; sorry, xcode enjoyable, it is not because there are better alternatives, it's because you are stupid.

anyway back to my original question: can it be done?

© Stack Overflow or respective owner

Related posts about xcode

Related posts about monotouch