|
|
|
|
|
by chungy
1360 days ago
|
|
> That's why bash scripts can be interpreted on any OS from 1995 to now and Rust can only be compiled on an OS which has updated it's rustc in the last 3 months. You can get the same effect by trying to run scripts with bash 5.x features on a version of bash from 1995. Rust code since 1.0 has the same level of backwards compatibility that bash does. |
|
That's true and exactly what I said. It's the rust developer demographic that lacks the consideration to write backwards compatible code.