Hacker News new | ask | show | jobs
by wtetzner 3263 days ago
And if you put the logic in the IDE, then every IDE has to duplicate the functionality for every language.

It seems like the language implementation is the right place to put logic that requires information about how the language works.

1 comments

To implement a proper IDE, you're going to have to "duplicate" that logic anyway.