Ada programming.

Sunnz

Who wants a stylus?
I am not sure where to post this... well, any programmers here? And especially, Ada programmers?

I tried to search at the dev.apple website, for using Ada... but I end up being very confused. It is said that Ada is supported, and even xcode supports it, but where do I start?

If anyone know how here, please help!!! Thanks!
 
Cool, I got the Ada Compiler going (Gnat) thanks!!!

Now, is it possible to use Xcode as the editor? I only want it for syntax highlighting and stuff, I'll compile the thing on terminal...

Thanks again.

Edit, actually, it does already have syntax highlighting and stuff!!! I should have checked!!

Edit2: Sorry I but I always wanted to know this: is it possible to access Xcode from the terminal??? Yes I know I can just drag the files from finder or whatever, but the shell still plays a central role for a programmer so even if Xcode is already open, and I am already in the folder with all my codes, it would be good if I can type something like xcode myprogram.c and it opens in xcode.
 
Back
Top