Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

If I learn java how easy will it be to pick up actionscript?

Should I learn Java first and then pick up actionscript latter (to build flash apps)? I guess I am asking if Java is a "real" language that will be a great base, and is actionscript more of a closed language within flash only.

I have played a little with each, but lately I have been putting all my time into Java.

Thanks!

like image 606
jrknox1977 Avatar asked Mar 05 '26 16:03

jrknox1977


1 Answers

Java is a great language to learn, and I highly recommend it, but since ActionScript is based on ECMAScript, its syntax is about all they have in common. They're really totally different languages, and you use them in very different ways.

One of the biggest differences is that ECMAScript uses prototypal inheritance. Java was my first language, and I had to spend a week or two to learn how to effectively leverage the unique features in ECMAScript-based languages instead of trying to do things the same way I would in Java.

That being said, I have always found that the more I learn about other languages and paradigms, the better my code is in all languages!

like image 199
Tyler Holien Avatar answered Mar 08 '26 05:03

Tyler Holien



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!