The C family of languages, like C, C++, and Java.
Offline
Probably Java, C++, Visual BASIC.
Last edited by maxskywalker (2012-01-30 14:27:54)
Offline
I think web-based languages like JavaScript are becoming more popular though.
Offline
Magmawulf wrote:
scimonster wrote:
I think web-based languages like JavaScript are becoming more popular though.
There not programming languages...
Um, yes they are.
Offline
RedRocker227 wrote:
Magmawulf wrote:
scimonster wrote:
I think web-based languages like JavaScript are becoming more popular though.
There not programming languages...
Um, yes they are.
Technically Javascript is a scripting language. Not actually a programming language, since you can't make actual program out of it.
Offline
Magnie wrote:
RedRocker227 wrote:
Magmawulf wrote:
There not programming languages...Um, yes they are.
Technically Javascript is a scripting language. Not actually a programming language, since you can't make actual program out of it.
You can make an actual program though.
Offline
Some of the most popular are the C family, Java, VB and maybe Python.
Offline
C languages, Java and even C-objective for Mac programming
Offline
Java, C++...but I like PHP best.
Offline
veggieman001 wrote:
Magnie wrote:
RedRocker227 wrote:
Um, yes they are.Technically Javascript is a scripting language. Not actually a programming language, since you can't make actual program out of it.
You can make an actual program though.
I don't know why, they just happen not to be programming languages. :S
Offline
Magmawulf wrote:
veggieman001 wrote:
Magnie wrote:
Technically Javascript is a scripting language. Not actually a programming language, since you can't make actual program out of it.You can make an actual program though.
I don't know why, they just happen not to be programming languages. :S
Wikipedia considers them programming languages. They just have a more specific purpose than other languages.
Offline
veggieman001 wrote:
Magnie wrote:
RedRocker227 wrote:
Um, yes they are.Technically Javascript is a scripting language. Not actually a programming language, since you can't make actual program out of it.
You can make an actual program though.
No. Just websites.
Offline
maxskywalker wrote:
veggieman001 wrote:
Magnie wrote:
Technically Javascript is a scripting language. Not actually a programming language, since you can't make actual program out of it.You can make an actual program though.
No. Just websites.
Uh.. no? You can create complete user interfaces with it and it's Turing complete.
Offline
veggieman001 wrote:
maxskywalker wrote:
veggieman001 wrote:
You can make an actual program though.No. Just websites.
Uh.. no? You can create complete user interfaces with it and it's Turing complete.
+1
You can also make games in it.
Offline
My favourite is Scratch. All others are too complicated for me :c
Offline
poopo wrote:
RedRocker227 wrote:
My favourite is Scratch. All others are too complicated for me :c
Have you ever bought a book and tried to learn from it?
Not a book, no, but I've looked up a kajillion tutorials on YouTube for Stencyl, but I'm getting nowhere.
Offline
RedRocker227 wrote:
poopo wrote:
RedRocker227 wrote:
My favourite is Scratch. All others are too complicated for me :c
Have you ever bought a book and tried to learn from it?
Not a book, no, but I've looked up a kajillion tutorials on YouTube for Stencyl, but I'm getting nowhere.
books are SO much easier, once you read them.
Offline
Magmawulf wrote:
http://en.wikipedia.org/wiki/Scripting_language
Search for Javascript there
Yes but scripting languages are programming languages too. They're just usualy interpreted live instead of compiled into bytecode then ran directly on hardware.
That does not make them less useful. It makes them slower usually, but more flexible for some uses.
And the line between scripting and compiled languages can be very fuzzy or non existent:
- PHP can now be compiled into bytecode and ran directly on hardware now, (like C etc...) Facebook made HipHop to do this to make their web servers much faster.
- V8, Goggle's Javascript interpreter(in Chrome and node.js) compiles parts of Javascript programs, and can be as fast as compiled languages for some tasks.
And Scratch is a scripting language too...
Javascript is used for much more than just client-side websites now.
node.js runs javascript as a server, (sort of like ruby, python, or php...)
It can also be used to make desktop apps like this. ...and much more.
Last edited by JTxt (2012-01-31 16:12:40)
Offline