|
|
|
|
|
by nickik
3414 days ago
|
|
I started to write a VM in Rust and every weekend, when I managed to get some time for work it would usually no longer work and the reason for it had to be found in some mailing list or commit message. I had to stop doing that and rewrote it in C. 'Fortunately' we had some other problems as well but Im still hopeful that Rust is the language you want to use for this in the future. |
|
From what I understand, the rust team has scripts that crawls the repos and compiles everything looking for usages of some feature being used that's going to break in the next release, and they will issue a pull request to fix those.