help-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Objective-C programming


From: Sherm Pendley
Subject: Re: Objective-C programming
Date: Thu, 29 Sep 2005 13:18:04 -0400
User-agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.5-b21 (corn, darwin)

"Mehul N. Sanghvi" <mehul.sanghvi@gmail.com> writes:

> Gregory John Casamento said the following on 9/28/2005 10:23 PM:
>> Sherm,
>> --- Sherm Pendley <sherm@dot-app.org> wrote:
>>
>>> "Mehul N. Sanghvi" <mehul.sanghvi@gmail.com> writes:
>>>
>>>> Is it possible to do any useful Objective-C programming, without
>>>> GNUstep?
>>> Yes - tens of thousands of Macintosh developers do so every day.
>> I'm pretty sure he meant on AppKit/Foundation. :)

D'oh! :-(

>> GNUstep's base/gui (Foundation/AppKit) are much more mature than objci, so
>> this begs the question, why do you want to avoid using them?
>
> I am not trying to avoid using them, just that I have a low-end machine
> and don't want to strain it too much by having to make use of the
> GUI (low end being 66MHz NuBus PowerMac 7100).  As I said in my original
> post, I have wanted to learn Objective-C

There's actually not all that much to learn about the language itself. Class
declaration, message passing, and a few other OOP fundamentals - that's it.

The class library takes a *lot* more time to learn. It's very intuitive,
but it's also quite large. But, you can learn many of the most useful pieces
of that with just Foundation - memory management and autorelease pools,
collection classes, i/o classes - there's lots of good stuff you can do
without a GUI.

sherm--

-- 
Cocoa programming in Perl: http://camelbones.sourceforge.net
Hire me! My resume: http://www.dot-app.org


reply via email to

[Prev in Thread] Current Thread [Next in Thread]