trust a man that has spent 4 years learning languages, engines, programs, ect that are all based around game development...learn Javascript!!
It is easy to learn and has quick results. Start easy and build up. If you try the hard stuff first it will take longer to see the results and you can become swayed very easily. One of the main reasons why I love web languages is that I am impatient but I can see the results of my labor quickly.
Hello
- Jackolantern
- Posts: 10891
- Joined: Wed Jul 01, 2009 11:00 pm
Re: Hello
Well, I think it would be worth adding that if you plan on doing any web development to learn Javascript. If you don't plan on doing anything on the web, ECMAscript (what JS is based on) will serve you just as well without getting bogged-down in the low-level details of client-side web development. If you just wanted to learn JS for Unity, about 50% or more of what is in your average JS book will be useless to you and will only slow down your progress towards using it to create a Unity game. ECMAscript is invaluable, though, as it is the basis of Javascript, ActionScript, and just about any other <blank>Script language out there. It is also very easy to learn once the client-side web development details are out of the way.
The indelible lord of tl;dr
-
- Posts: 548
- Joined: Sun May 30, 2010 3:49 am
Re: Hello
ok yeah I will probably be using it for web developenment and for unity. But idk about unity yetJackolantern wrote:Well, I think it would be worth adding that if you plan on doing any web development to learn Javascript. If you don't plan on doing anything on the web, ECMAscript (what JS is based on) will serve you just as well without getting bogged-down in the low-level details of client-side web development. If you just wanted to learn JS for Unity, about 50% or more of what is in your average JS book will be useless to you and will only slow down your progress towards using it to create a Unity game. ECMAscript is invaluable, though, as it is the basis of Javascript, ActionScript, and just about any other <blank>Script language out there. It is also very easy to learn once the client-side web development details are out of the way.
-
- Posts: 548
- Joined: Sun May 30, 2010 3:49 am
Re: Hello
ok yeah i really want to start to learn it, but what would be something good to start on, or do you have an links to some good tutorials?hallsofvallhalla wrote:trust a man that has spent 4 years learning languages, engines, programs, ect that are all based around game development...learn Javascript!!
It is easy to learn and has quick results. Start easy and build up. If you try the hard stuff first it will take longer to see the results and you can become swayed very easily. One of the main reasons why I love web languages is that I am impatient but I can see the results of my labor quickly.
- PaxBritannia
- Posts: 680
- Joined: Sun Apr 18, 2010 1:54 pm
Re: Hello
Is it just me, but isn't Javascript the name of a family of scripting languages, and ECMAscript just the standardised form of Javascript, and don't we all refer to ECMAscript when saying Javascript?
Pax.

Pax.
-
- Posts: 548
- Joined: Sun May 30, 2010 3:49 am
Re: Hello
Yeah acording to a website I was reading they are practically the same thing
- Jackolantern
- Posts: 10891
- Joined: Wed Jul 01, 2009 11:00 pm
Re: Hello
ECMAscript, even though it was standardized after Javascript, retroactively became the father of Javascript. It is the syntax and usage of Javascript minus the client-side scripting elements. It also serves as the base for ActionScript (Flash), JScript (Microsoft Javascript) and others. The wikipedia page explains it pretty well. Both Javascript/Jscript and Actionscript aim to be compatible with ECMAscript, although they both add their own features not outlined by ECMAscript for use in their respective environments.
EDIT: A couple of typos messed that up pretty bad.
EDIT: A couple of typos messed that up pretty bad.
Last edited by Jackolantern on Fri Jun 04, 2010 1:55 am, edited 1 time in total.
The indelible lord of tl;dr
-
- Posts: 548
- Joined: Sun May 30, 2010 3:49 am
Re: Hello
Ohhh yeah I love actionscript. I'm learning how to make flash website templates with actionscript but it's complicated