Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Compile C# into objective-C

Now that monotouch is banned, I was wondering if there is a way to translate C# (or some other language) 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.

like image 712
Ali Shafai Avatar asked Apr 13 '10 01:04

Ali Shafai


People also ask

What does it mean to compile in C?

Compiling a C Program. Compiling is the transformation from Source Code (human readable) into machine code (computer executable).

Do you need to compile C?

C is a mid-level language and it needs a compiler to convert it into an executable code so that the program can be run on our machine.


1 Answers

You should pause to see what actually happens instead of assuming Monotouch is banned.

Or, learn Objective-C. It's good for the mind to learn a new language anyway. And the frameworks will make more sense to you.

like image 154
Kendall Helmstetter Gelner Avatar answered Sep 17 '22 21:09

Kendall Helmstetter Gelner