Ask HN: Do sales figures for Objective C books mean the language is getting more popular?
I was looking at O'Reilly's data:
http://radar.oreilly.com/assets_c/2009/02/TM_qtr_py_Prog_Lang.html
Made me wonder what kinds of commercial applications Objective C is being used for? Is this the language you use to create iphone apps?
7 comments
[ 3.9 ms ] story [ 29.4 ms ] threadhttp://radar.oreilly.com/assets_c/2009/02/TM_qtr_py_Prog_Lan...
Yes, the language is probably becoming more popular as more developers learn it, in order to create iPhone applications.
Since iPhone applications are still relatively new, and haven't hit their stride yet, book sales will increase rather than staying steady.
Ruby on the other hand has been "popular" for at least two years now, and it's natural to see a "decline" in book sales, even though the number of developers entering the ruby world may remain the same.
The other thing to keep in mind is that Ruby is relatively easy to pick-up and run with, while Objective-C is, uh, a bit more "complex" (for lack of a better word).
If you are using Ruby, you don't have to worry about memory management at all. But, if you are using ObjC, you have to worry about memory management especially if you are developing iphone application.(only iPhone doesn't have GC.)
Anyway, a GCC compiler can actually compile objC, so, it is not actually a Apple only language. Basically, any linux system with GCC compiler can compile objC too.