Does Objective-C have a Standard Library?
Posted
by Roman A. Taycher
on Stack Overflow
See other posts from Stack Overflow
or by Roman A. Taycher
Published on 2010-05-14T11:30:52Z
Indexed on
2010/05/14
11:34 UTC
Read the original article
Hit count: 356
Most somewhat modern programming languages have a standard library? It is my impression is that there isn't a decent sized standard library for Obj-C , rather that it relies mostly/all on Cocoa and that (plus people not wanting to use GNUstep) is why Obj-C is only used on macs)?
Is this true/to what extent? Are there any standard obj-c collections?
(note I haven't done any Obj-C programming and am not to likely to try it in the near future, I'm just curious). P.S. are there a any decent non-Cocoa/Gnustep Libraries? are they non-apple, are they open source, well documented?
© Stack Overflow or respective owner