|
|
|
|
|
by repsilat
4512 days ago
|
|
> Just use a terminating character, and use the standard one: a semi-colon. Significant whitespace is popular as well. You can argue all day about it, but at the moment I think making a language "look like python" is the safer bet for a new language. |
|
His argument is essentially against something like Lisp or Forth where you have such a paucity of syntax that many erroneously written statements are syntactically valid and make it to runtime.