I am trying to learn objective-c. My question is should I wait until new high level language emerge.
|
|
|||||||||||||||
|
closed as not a real question by Lucas McCoy, Simucal, Shoban, Steven A. Lowe, Jason Coco Jun 26 at 10:00 |
|
|
Waiting for "the next big thing" is pretty pointless in fast-moving fields like programming — something new will always come along, and at some point you just have to bite the bullet and dive in. Objective-C was invented in 1982, and numerous other high-level languages (including Java) have emerged since then. I say "other" because although Objective-C is very close to C, the Cocoa frameworks go hand-in-hand with the language, and together they enable a lot of high-level concepts and functionality. You often write a lot less code in Objective-C than in some high-level languages (including Java, again). If you're learning Objective-C because you're interested in Mac or iPhone development, don't wait. The language is not going to change anytime soon, and you'll just be losing productivity in the meantime. If you're just curious about the language, I think it's definitely interesting to learn, but the most practical guideline is to learn what you need to use. |
||
|
|
|
|
Your question seems to be framed around the idea that there are finite languages that a programmer can learn. This is false. Even if there was no practical application for learning Objective-C, it would be "worth it" as you put it, just to be exposed the ideas, concepts and idioms of a reasonably popular language. You wont "forget" Objective-C in the process of studying yet another language. The more languages you learn, the more you can see the true fundamental concepts of all programming languages, and the more tools you have at your disposal for solving problems. |
||
|
|
|
|
This is a very strange question.... Do you have any work/projects/hobby/itch where objective-c would be useful in any way or form? if yes then learn it. If no then don't unless you think the above might change. There is nothing particularly special about Objective C that would warrant learning it just for it self. Finally, regarding waiting for a "new high level language emerge." well that has no relvance to your decision. There are already newer, higher level languages. So you don't need to wait. |
||||
|
|
|
Learning a new language is always worth it; specially for fun. However, in order to answer your question I'm going to ask you a question: Is your project able to wait that longer? If you need to deliver and there's no other way around, go for it. At the end of the day you've got your project done and you've learned something new. |
||
|
|
|
|
If you want to code for Mac OS X and iPhone, then yes, it is worth it. If you know C++, then it's more than worth it. You will learn about another OO language that has its roots (partly) in C, but with a different approach (reference counting, message passing vs method invocation, to name a few). And much nicer :) |
||
|
|
|
|
If you need it then I don't see any other way around it then learn it. |
||
|
|
|
|
If you are programming for Apple platforms (desktop and iPhone), you will have to use Objective-C. (*) If you are programming for other platforms, you can choose to learn other languages, such as Java, or C#, or Scala, or Python, or Ruby, ... In either case, you should not wait for some future tool to emerge (especially in Apple-land, it is very doubtful that they will replace Objective-C anytime soon). Learn the languages (and tools) that are available now. (*) on the desktop you can get away with other languages, but for the iPhone, you need it. As for Objective-C being too low-level, that is highly debatable. It does not seem all that much different conceptually when compared to other main-stream languages (C# and Java). |
||
|
|
|
|
What are your motives for learning Objective-C? IMHO, it's never a good idea to dismiss a programming language on the grounds that it exposes the programmer to too many low level concepts. |
||||||
|
|
|
This is a trick question Subba. It would depend on what platform you're developing for I would venture to guess. Are you working on iPhone apps or developing Mac apps? If so then most definitely yes. If you are working on apps for the Palm Pre, then no... Working on apps for Windows, no... Working on apps for *NIX variants, probably not... etc, etc, etc... |
||
|
|
