NetBSD-Users archive

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

Re: amd64 : 6.1.5 : obj-c learning : what to install?



On Fri, Oct 24, 2014 at 05:57:00PM +0200, Riccardo Mottola wrote:
> Hi,
> 
> Mayuresh Kathe wrote:
> > hello,
> >
> > i finally got the obj-c book by "brad cox".
> >
> > what are the bare minimum packages needed to start off with
> > learning obj-c under netbsd 6.1.5 (amd64)?
> gcc with obj-c support and your favourite editor (emacs has a good obj-c 
> support).
> 
> Or if you want modern 2.0 stuff you need either a very modern gcc or 
> directly clang which has an edge there.
> 
> And if you want to do graphics apps, well then get to know GNUstep! 
> Cocoa for the opensource world :) So you can have ProjectCenter (a new 
> release just got out today) write makefiles for you and Gorm to design 
> the interface.
> 
> Depends on your goals and your tastes, that's all.
> 
> 
> Riccardo
> 
> PS: being a GNUstep core developer makes me a bit biased, but well....
 
okay, i think i'll go with clang.
the book by "brad cox" is interesting, but seems to be quite dated.
might as well work with the 2.0 stuff right away.

my goal is to understand object oriented technology pretty well.
realized that sooner or later, to understand 'oop' very well, i
would have to end up writing my own object framework.
will revert to working on gnustep post that.

thanks for the guidance. :)

~mayuresh



Home | Main Index | Thread Index | Old Index