5 ms·
But then you have to keep old interpreter installed and you won't benefit from improvement in new versions of the interpreter. Your old Go code not only will w
by TeddyDD 3y ago
But then you have to keep old interpreter installed and you won't benefit from improvement in new versions of the interpreter.
Your old Go code not only will work with new versions of the compiler - it probably will run faster.
- usrbinbash 3y agoI'm certainly not gonna defend Python here, but... >But then you have to keep old interpreter installed ...thanks to `pyenv` that really is a solved problem, even outside containerized environments.
- deleted 3y ago[deleted]
- cpuguy83 3y agoThis is incorrect. Go does make breaking changes all the time. I've seen it. I've helped maintain stdlib forks because of breakages. Still compiles is not the same thing as "works".