Rendered at 17:06:47 GMT+0000 (Coordinated Universal Time) with Cloudflare Workers.
MisterTea 54 minutes ago [-]
This is how the Plan 9 fork 9front does a lot of its major plumbing, rc scripts. Many tools are just scripts that use rc, awk, sed, bc and other common tools originating on Unix. e.g. the ipconfig tool is an rc script. This creates a zero dependency environment as well as shakes out bugs and shortcomings in foundational software which need improvement.
https://adamdrake.com/command-line-tools-can-be-235x-faster-...