Y
Hacker News
new
|
ask
|
show
|
jobs
by
bobm_db
2464 days ago
This is an interesting idea.
Isn't Python a tree language? Whitespace is significant...
How about YAML?
1 comments
breck
2460 days ago
Good question. As I define it no, a tree language uses white space and only white space for syntax. While both python and yaml use white space for a portion of their syntax, the bulk of their syntax is traditional BNF.
link