Re: [F-Script-talk] Porting FScript ideas (!)
Brought to you by:
pmougin
From: Nathan S. <nat...@jp...> - 2006-08-30 17:57:38
|
On Aug 29, 2006, at 11:15 PM, Giovanni Giorgi wrote: > > I have looked at objective-c on wikipedia, and some of its core idea > hasn't yet been taken. Apple has a very good short intro to Objective-C: <http://developer.apple.com/documentation/Cocoa/Conceptual/ObjectiveC/ ObjC.pdf#search=%22ObjC.pdf%22> After that I'd recommend reading the F-Script source some... If that gets you interested enough to buy a book, I highly recommend Aaron Hillegass' "Cocoa Programming for Mac OS X" and if you'd like to do graphics I'd recommend Garfinkel & Mahoney's "Cocoa Applications" > The nasty pointers still are alive, and the lack of a garbage > collection was major issues I suppose, to get broaden application. GNUStep has garbage collection. And Apple's version of Objective-C will get it soon according to some partial docs on Apple's websites. -Nathan |