|
|
|
|
|
by Gibbon1
2157 days ago
|
|
Somewhat related is my belief that text based languages have long since outlived their usefulness. With text based languages the compiler creates an abstract syntax tree and a bunch of metadata and then throws it all away afterwords. Oh sure you can save an object file if and ONLY if it didn't change and it's cached locally. A perfect system if you edit a file and save it 90% of the compilers work would already done and saved as part of the file format. Topical is the parser would usually have access to the previously unbroken file. |
|