Author Topic: Most beneficial scripting language to start on.  (Read 587 times)

/title

What is the best scripting language to learn overall?

Does it have to be a scripting language?
If so (why?) then PHP is the most widely used scripting language I can think of

Does it have to be a scripting language?
If so (why?) then PHP is the most widely used scripting language I can think of
This.
PHP and JavaScript are pretty much the essentials.


Uhh, what did I do wrong?
I think you meant programming language, buddy.

English is a pretty good language to write scripts in.

python is probably a good start.

JavaScript is great, although another useful thing to know (although it's not really a programming language) is HTML, and CSS with it.

Uhh, what did I do wrong?
A scripting language is a language that, instead of being compiled into a standalone executable, is instead interpreted at runtime, and thus usually requires users to install that runtime (to run a python script, you need to install python. To run a php script, you need to install php. Etc.)

Is this a requirement, or do you mean a programming language in general?
« Last Edit: January 21, 2016, 01:46:19 PM by Headcrab Zombie »