+ 1
Different Languages
What are the big differences in the many languages in coding? Do they all have relatively the same attributes or are some better for certain types of projects?
2 Answers
+ 1
Some tasks are easier done with one language than another - scripting languages for example are better suited for file and text manipulating, and less suited for gui and game creation. Also, different languages are available on different platforms, or require different software to run.
0
Every programming language is different in their own way's.
CPP: cout <<< "Hello, world"
HTML: <p> Hello, world </p>
Just like many programming languages use the same features too.
Lua: print ("Hello, world")
Python: print ("Hello, world')