(no title)
kkdaemas | 3 years ago
- The compiler code becomes more complicated, making correctness harder
- The compiler might become slower to run
- Introducing new languages features may become harder, again due to code complexity
kkdaemas | 3 years ago
- The compiler code becomes more complicated, making correctness harder
- The compiler might become slower to run
- Introducing new languages features may become harder, again due to code complexity
phillipcarter|3 years ago
oauea|3 years ago
> Introducing new languages features may become harder, again due to code complexity
It'll be written for IDEs anyway. Might as well reuse if possible, right?