|
|
|
|
|
by alcover
439 days ago
|
|
Agreed. It's tempting to make the tersest lang you can but in the end what matters is ease of reading. For ex. parens-less calls (myfunc 42 "hello") are elegant but don't stand out and - for me - take more time to identify. Also `fun foo(i:int)` is easier on the parser than C-style `void foo(int i)` |
|
That said, I will still try C3.