Notes on paper are for humans.
Programming languages are for humans and machines. Machines do better with braces. (I've written lexers for both.)
Also, try to write an automatic formatter for a whitespace-delimited language; if your indentation is wrong, your logic is wrong, whereas with a brace language, if your indentation is wrong, you run a formatter, and it's all golden.