+ 4
Who made this languages ? HOW ?
We use these languages for web,apps,etc. ○ So who created for example html language ? and others ? How did it ? I don't understand ○ what was the tool for creating these languages?
7 Respuestas
+ 4
https://www.sololearn.com/Discuss/549601/?ref=app
follow these tutorials, might shed some light !
+ 8
HTML is just parsed by programming languages. Any language can parse HTML. For programming languages like Python, they are created with other languages (typically lower level ones). Python was made with C. Java was also made with C, and C was made with B.
+ 5
Assembly was one of the first. Assembly directly represents the exact opcodes in hexadecimal form that your machine will execute, coupled with human readable keywords that represent the opcodes
+ 4
@aklex what was the first ?
where these come from ?
+ 4
tool used : compilers that create other compilers
+ 4
@Abdur Thaaaaankksss i wanted something like that tutorial actually , THANKS ALOT ! 😄
+ 3
Oh it's so confusing ! thanks for your great information :)