Coding languages | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Coding languages

How are coding languages different

22nd Apr 2018, 2:05 AM
TeaserYT
TeaserYT - avatar
2 Answers
+ 3
Imo coding languages differ in: - Syntactic: different key & reserved words - Style: code block difference (brackets, indentation) - Discipline: strong & loosely typed - Methodology: Object oriented, functional - Purpose: web, mobile, system hardware, scientific, statistics or research, database management, business, and generic (all purpose) - Platform: independent (Java, web) strongly dependent (Assembly)
22nd Apr 2018, 3:06 AM
Ipang
+ 1
Code languages may differ as spoken languages. Just try to compare Korean with Portuguese, there is no relation between then. In programming you can find very hard to program in GLSL in the beginning. The way you structure you tought is very different, very mathematical. There is no way to know what is happing in the neighbor pixel, because x and y are expressed individually(for multi thread porpuses). I also like to think that when you learn a new language(spoken or coded), it changes the way you think in the previous languages. Every new language came with new way to structure you toughts.
22nd Apr 2018, 3:19 AM
Vamoss
Vamoss - avatar