|
Hello, I just want to know which code is easy to use but still very powerful.
Or do you know of an other language. P.S. I am going for desktop applications/games |
|
C++ is very powerful but not easy to learn. Actionscript is powerful for the field it participates in and easy. Its always easier to learn a programming language if you already know one. Java is powerful. IMO, it is a moderately easy programming language to learn. Learn as many as you can friend! |
|
With the exception of actionscript, none of these languages are any more "powerful" than the previous. The reason: they can all act as a compiler for each other or one another respectively.
|
|
Cocoa and Cocoa Touch are not programming languages, they are APIs. The languae that uses these APIs the most is Objective-C and in my opinion is the most powerful language. |
|
C++ is by far the most powerful language you have listed, Cocoa and Cocoa touch are frameworks used with Objective-C (This is a programming language) to create applications for the Mac (Cocoa) and iOS (Cocoa touch). Java is very scalable but extremely resource hungry, this is most likely why it's used mostly for server-side enterprise solutions. ActionScript is used for scripting flash applets/programs, It is probably the least powerful language you listed. |
