|
|
|
|
|
by cmiller1
4069 days ago
|
|
My ideal programming language would be a language where the IDE stores the tokenized result of the code entered as an s-expression instead of the text itself, so that I could then change my syntax settings and compiler settings to allow it to syntactically work like (almost) any other language, and the displayed code would be updated to match those settings. That way everyone working on a codebase could have it appear to them with their favorite language syntax style and formatting. |
|