How to build our own programming infrastructure? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to build our own programming infrastructure?

just like c#

19th Aug 2017, 12:55 AM
Motilal Chavhan
Motilal Chavhan - avatar
2 Answers
+ 9
study compiler theory 1) go hard make a program that will convert your codes to assembly make a program that will execute assembly 2) go less hard make a program that will generate bytecodes for your program make a program that will execute the bytecodes 3) go fun make a program that will execute your instructions on the fly see available tools if you don't want to make all from scratch https://www.sololearn.com/Discuss/577436/?ref=app join our project ! we help users make their own languages i can reply you in details but better join our server
19th Aug 2017, 2:20 AM
Abdur-Rahmaan Janhangeer
Abdur-Rahmaan Janhangeer - avatar
0
Study compiler design. You can use JVM or .net framework to your advantage.
19th Aug 2017, 1:27 AM
Salekin
Salekin - avatar