7 ms·
There are many projects recently titled like "xxx in Rust" or "xxx in Go", rewriting an existing software, seems to be built not because there is a problem in t
by brianon99 9y ago
There are many projects recently titled like "xxx in Rust" or "xxx in Go", rewriting an existing software, seems to be built not because there is a problem in the existing software, but without a clear reason.
For learning a new language, it can be a good practice. But if you hope the project to grow successfully I think there is no hope.
- sanxiyn 9y agorelibc is built to solve a problem in the existing software, namely newlib. It has a clear reason. Redox is an opearting system. An operating system needs a C library. Redox used to use newlib, but developers found it unsatisfying.