Objective C on linux

Questions about programming languages and debugging
Post Reply
User avatar
visser
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 472
Joined: 03 Apr 2007, 16:00
17
Location: online
Contact:

Objective C on linux

Post by visser »

Hey guys. I was curious if there are any programmers out there that are using objective C on Linux at all.

Ive looked into it a little bit so I know it can be done I just need somebody that could possibly answer a few noobish questions for me. If you do work with Objective C at all please post here so I can get a feel of how many Suck-O members are actually working with this language.


Thanks so much guys!!!
AKA Scottyrabbit

software engineers unite!

//When my words are remembered its because my actions were loud enough.

User avatar
leetnigga
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 447
Joined: 28 Jul 2009, 16:00
14

Post by leetnigga »

I've used it a little bit.

Just ask the questions.

User avatar
visser
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 472
Joined: 03 Apr 2007, 16:00
17
Location: online
Contact:

Post by visser »

aight well as of now i dont really have to many questions mainly because i dont know where to start... Obviously a hello world app but where do i go to find some reference material and some good tutorials perhaps? Ive been looking around but finding little to nothing
AKA Scottyrabbit

software engineers unite!

//When my words are remembered its because my actions were loud enough.

User avatar
leetnigga
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 447
Joined: 28 Jul 2009, 16:00
14

Post by leetnigga »

From Apple's own documentation:
Objective-C is defined as a small but powerful set of extensions to the standard ANSI C language.
So you'll have to learn C first.

Once you know C, there's a nice Objective-C tutorial to read in addition to the documentation mentioned above.

The same site has a C tutorial that should prepare you for Objective-C which assumes previous experience with a scripting language.

Do you have experience with a scripting language? Why do you want to learn Objective-C specifically?

Post Reply