Comment on Ask HN: What's the process of writing a new programming language?Comments−bjourne10yFirst you write an RPN calculator. Make a program that takes the input: "3 4 * 4 + 2 /" and figures out that the answer is 8.
Comments
First you write an RPN calculator. Make a program that takes the input: "3 4 * 4 + 2 /" and figures out that the answer is 8.