Add guideline I forgot to add earlier
This commit is contained in:
parent
e42bad5810
commit
d081f363b1
@ -29,6 +29,8 @@ These are some design goals that I have followed/am following:
|
|||||||
- Language syntax must have zero ambiguity
|
- Language syntax must have zero ambiguity
|
||||||
- The compiler should not generate new functions or complex logic that the user
|
- The compiler should not generate new functions or complex logic that the user
|
||||||
has not written
|
has not written
|
||||||
|
- One line at a time - the language's syntax should encourage writing code that
|
||||||
|
flows vertically and not horizontally, with minimal nesting
|
||||||
|
|
||||||
## Planned features
|
## Planned features
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user