The other commenter already answers your quest, but I will just point out that python doesn’t come included “on Linux”. It just happens to be a dependency of so much stuff that some other packages is going to pull it in. A minimal distro which doesn’t include programs written in python will probably not have python installed at all.
This only means programmers of Linux itself can use Rust to program the Kernel. In example if Rust programmers are good at it, they can use the language over something they are not good at it like C in example. You as the end user does not see any direct difference. Like with any other application if its written in Rust or in C, it does not matter much if you use the binary executable.
noob here, does this mean rust will come included on Linux, similar to python?
The other commenter already answers your quest, but I will just point out that python doesn’t come included “on Linux”. It just happens to be a dependency of so much stuff that some other packages is going to pull it in. A minimal distro which doesn’t include programs written in python will probably not have python installed at all.
That’s kinda wild tbh, even Node applications don’t need to pull in Node.
This only means programmers of Linux itself can use Rust to program the Kernel. In example if Rust programmers are good at it, they can use the language over something they are not good at it like C in example. You as the end user does not see any direct difference. Like with any other application if its written in Rust or in C, it does not matter much if you use the binary executable.