Hacker News new | ask | show | jobs
by tom9729 3752 days ago
It wouldn't have to be a new DVCS. It could be a Rust implementation of Git. e.g. Java Git implementation (JGit) used by Eclipse, Gerrit, etc.
1 comments

Pijul, linked in a sibling comment, appears to actually be a Rust implementation of Darcs (or at least inspired by it).
Pijul is not a reimplementation of darcs, it's based on a new theory, without the performance drawbacks of darcs.

Btw, rewriting darcs would really feel like reinventing the wheel. Haskell is safe and great already.