If you have any links you would like to see added to this page or any comments at all, please contact me!
Link | Description |
---|---|
gcc | The greatest compiler ever created? The one bugless compiler that will automatically tell you about all errors that you, the programmer, have created including logic errors? No. But its a darn nifty compiler anyways. Its what I use to compile my kernel and also to compile my nifty Objective-C code. So go there, get the latest release! Be happy! Get GCC! |
Objective-C Links | Ok, so its a little weird that I actually link this page to another collection of links? Why? Because this other site is an entire list of sites that have something to do with Objective-C. Not only that, but michaelw(another regular in #objc on irc.openprojects.net) is probably much better at updating his page than I. |
Nedit | One of the greatest editors ever created, well... with the exception of vim possibly. Its a GUI editor, however, and I find it much easier to edit my Objective-C code with it than with vim. You will have to download the syntax file off of their site, and I did have to make some changes to that even to get it to correctly high-light my Objective-C code. Not to mention that you will also have to re-associate some file types(.h and .m) to use the Objective-C syntax within the editor, so it is not all without some effort, but I think once you have it all configured, everything will go smoothly and you will be very pleased. Contact me if you need some help configuring it to do this. |
vim | Ok, definitely the greatest code editor out there. I use it for everything besides Objective-C. In fact, every last bit of html on this site was written using it. It supports everything you should ever need without too steep of a learning curve. I will admit it does take a while to get used to, but I promise that if you ever switch to another editor after using it, you fill find your code littered with ':w's and ':q's. =) |