▲ 0 r/AskProgramming
What should I know when making a programming language?
So I made a programming language before but it was really bad and I even posted it on this subreddit and got completely dissed. So now Ima redo everything and make a new high level interpreted language called JLP. The syntax will be a mix of C and Rust and I plan on programming the language in Rust. I have an idea on how to start but it would be great to get some advise. Even if you think your bad at programming you can still comment and give me feedback on what you would like about a language.
this would be how you declare a variable
let int x = 5;
u/Joseph-Chierichella — 1 day ago