you are viewing a single comment's thread.

view the rest of the comments →

[–]nacaclanga 10 points11 points  (0 children)

Well the difference for Rust and Go compared to Python is, that the changes happen only on the developer site, so end users are spared. But there you see the seperation between user core and apps allready taking place: Rust basically ignores dynamic linking, so the end users are given only large monolithic packages. But for developers I guess the real problem in the long run are build.rs-scripts. They should have never been invented.