|
|
|
|
|
by wired_devil
3634 days ago
|
|
I don't like this syntax: "if: {".
Using ":" for a one line statement is ok, but in most cases you have to use multiple lines and end up with two identifiers that represent the same thing.
Maybe you can make the "{" for multiple lines and ":" for one line.
I like to have an indentifier for one line statements, unlike the C approach. |
|
Also, as Larry Wall said: everybody wants the colon, so it is an extremely useful symbol elsewhere! A shame to waste it.
That being said, this is by a long shot the most tasteful little language seen in a long time.