A shell in Rust could be really cool
A shell in Rust could be really cool
Posted Feb 14, 2025 15:35 UTC (Fri) by taladar (subscriber, #68407)In reply to: A shell in Rust could be really cool by pizza
Parent article: Rewriting essential Linux packages in Rust
Another "fun" bug to consider with shell (and similar text-based languages I guess) is what I mentally call the August/September bug that can happen when you using leading zeroes on stuff like months and aren't aware that you used it in a context (e.g. shell arithmetic) where leading zeroes signify octal.
