|
|
|
|
|
by stevoo
3833 days ago
|
|
To add more context to that
https://en.wikipedia.org/wiki/Walter_Bright Although i have never though of actually write a language i can agree on those. Especially Minimizing keystrokes.
I want the language to be verbose and easy to understand. Dealing with thousands of line trying to figure out what is going on there it is essential to easily pick up what is going on ! |
|
So, you basically want to write in assembler, which printed is very verbose, and it's very easy to understand each separate instruction.
What I want is the language to minimize language entities used to do a task (from parser's perspective those would be AST nodes), and I want those tasks to be general and high-level. This is what makes source code comprehensible, not verbosity.