Linked by Eugenia Loli on Sun 16th Apr 2006 19:55 UTC
Permalink for comment 115498
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
News
Linked by Thom Holwerda on 05/21/13 22:06 UTC
Linked by Thom Holwerda on 05/21/13 21:45 UTC
Linked by Thom Holwerda on 05/21/13 15:53 UTC
Linked by Thom Holwerda on 05/20/13 22:43 UTC
Linked by Thom Holwerda on 05/20/13 21:50 UTC
Linked by Thom Holwerda on 05/19/13 23:15 UTC
Linked by Thom Holwerda on 05/19/13 23:11 UTC, submitted by Drumhellar
Linked by Thom Holwerda on 05/18/13 21:06 UTC
Linked by Thom Holwerda on 05/18/13 7:37 UTC
Linked by fran on 05/18/13 1:38 UTC
More News »
Sponsored Links



Member since:
2006-02-03
What is bad for OS X is the lack of Apple support for .NET/Mono and other languages and Im guessing they do not integrate withint xCode well. I dont want to drop to the shell to run cmd line compilers if possible I would like to stay 100% withing the xcode or other IDE.
Well, I can't speak too much about C#, but Xcode can play nicely with a lot of other languages. You can extend it from the basics, such as color syntax highlighting for other languages (PHP, perl, python, ruby, I think I've even seen it for Mono) via simple pblangspec's one can download, to having complete control over the project where you wouldn't need to drop to a shell to compile it (obviously Make files are supported natively, Xcode also comes with support for Ant projects, and others are available via 3rd party).
What you'll probably lose out on is debugging, if it can't be easily debugged through GDB -- Although xcode has support for debugging Java, so it might just be a matter of finding another 3rd party plugin.