Anyway, you guys will never guess. I am making a NEW PROGRAMMING LANGUAGE.
Name:
Anonymous2009-05-10 4:23
>>8
Ugh, I can't stand prefix notation, reminds me a lot of Scheme, and to a lesser extent, LISP. You're langauge should use something known as infix notation, which looks like:
1 + 1
==> 2
Your parse can even skip over the whitespace, so it will except both 1+1 and 1+ 1 as well.