5 ms·
Super cool! I’ve always wanted to make my own lil language and I’ve always been too intimidated to try.
by markchristian 1y ago
Super cool! I’ve always wanted to make my own lil language and I’ve always been too intimidated to try.
- fuzztester 1y agonowadays it is somewhat easier to make your own programming language, than it was 10 to 20 or 30 years ago, because there are a lot of resources such as tutorials and open source projects available on the internet, in both text and video formats, to learn from. there are also many online forums where you can ask questions and get answers and advice.
- iberator 1y agoStart with writing a custom cpu emulator -> machine code -> assembler -> compiler Sounds hard but it's quite easy with stack architecture :) Easier than learning JS for sure