+ 2
Coding languages
How are coding languages different
3 Réponses
+ 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)
+ 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.