How to write own programing language. What is skill and knowledge i want to know? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 1

How to write own programing language. What is skill and knowledge i want to know?

progaming language

9th Jul 2018, 4:04 PM
Programmer Raja
Programmer Raja - avatar
3 ответов
+ 4
SoloLearn had a contest to make a language. You might want to check how some of the answers. https://www.sololearn.com/learn/9298
9th Jul 2018, 5:31 PM
John Wells
John Wells - avatar
+ 2
There are 3 main types of languages. - Interpreted: they use an interpreter which directly runs the code - Compiled: turns the source into another language (often assembly) - Mixed: languages like Python or Java compile down to bytecode then interprets such bytecode Making an interpreted language is easiest to make here are some links: https://ruslanspivak.com/lsbasi-part1/ http://craftinginterpreters.com/
9th Jul 2018, 4:24 PM
TurtleShell
TurtleShell - avatar
+ 2
Get Idea from other programming language's drawbacks,and make it possible in your new programming language.Use the earlier concepts and some thing new.
28th Aug 2018, 2:17 PM
S.Kanimozhi