Who made this languages ? HOW ? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 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?

8th Aug 2017, 9:52 PM
Mersad
Mersad - avatar
7 Réponses
+ 4
https://www.sololearn.com/Discuss/549601/?ref=app follow these tutorials, might shed some light !
9th Aug 2017, 9:55 AM
Abdur-Rahmaan Janhangeer
Abdur-Rahmaan Janhangeer - avatar
+ 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.
8th Aug 2017, 10:02 PM
aklex
aklex - avatar
+ 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
8th Aug 2017, 10:15 PM
aklex
aklex - avatar
+ 4
@aklex what was the first ? where these come from ?
8th Aug 2017, 10:07 PM
Mersad
Mersad - avatar
+ 4
tool used : compilers that create other compilers
9th Aug 2017, 9:56 AM
Abdur-Rahmaan Janhangeer
Abdur-Rahmaan Janhangeer - avatar
+ 4
@Abdur Thaaaaankksss i wanted something like that tutorial actually , THANKS ALOT ! 😄
9th Aug 2017, 10:57 AM
Mersad
Mersad - avatar
+ 3
Oh it's so confusing ! thanks for your great information :)
8th Aug 2017, 11:04 PM
Mersad
Mersad - avatar