+ 15
We all r using html,c++,python,js..etc...and make programs but....how can these languages were made..??
5 odpowiedzi
+ 17
as far as i know, the higer level languages are built in lower level languages as C and Assembly... and Assembly is the lowest, and changes as hardware change... so, when a new chip is made, it has very low built in instructions to manage its memory adresses and do operations that will be called by the Assembly language
+ 10
bro my question is...if we want to make these types of languages....then how we can...?
+ 6
Rajat Kaushik Rk , although the explanation is not so much satisfying to me, I suppose you read this.
https://stackoverflow.com/questions/30462297/how-do-people-create-new-programming-languages
+ 4
A pat on the back, remember to use the search bar before posting.
https://www.sololearn.com/Discuss/1108293/?ref=app
https://www.sololearn.com/Discuss/474809/?ref=app
https://www.sololearn.com/Discuss/976450/?ref=app
We also have threads on how you create your own PL.
https://www.sololearn.com/Discuss/279307/?ref=app
+ 2
These are called high level languages, those high level languages were made using assembly language, which is a low level language, and assembly language was made by using the binary language (computer original language) and got translated into English-like words!