Different Languages | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 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?

8th Jul 2017, 8:10 PM
James Gardner
James Gardner - avatar
2 ответов
+ 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.
8th Jul 2017, 8:28 PM
Everqueen
Everqueen - avatar
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')
8th Jul 2017, 8:14 PM
Gage Young
Gage Young - avatar