|
|
|
|
|
by wtetzner
3276 days ago
|
|
> I am personally ok with and support having any large scale, long term project require multiple versions of the compiler to build. Or even better, have every compiler support all versions of the language. It obviously requires some careful architecting to keep it maintainable, but that's better than every user of the compiler having to sort out versioning issues themselves. Edit: I've re-read your comment, and I can't tell if we're in agreement or not :) |
|
If having an interface that looks like the compiler do this, I am fine with it, but a single codebase ... not so sure. Large systems collapse under their own weight, having to support all versions when the current-4 already supports it seems kinda ridiculous.