Y
Hacker News
new
|
ask
|
show
|
jobs
by
zokier
548 days ago
code can be thought of as serialized ast, and you need to serialize ast somehow anyways for storage
1 comments
rswail
546 days ago
Yes and no, code comes with affordances like whitespace and comment layouts that are for humans that are unnecessary excess for ASTs.
link