|
|
|
|
|
by dozzie
3833 days ago
|
|
> I want the language to be verbose and easy to understand. 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. |
|