The current IO lib is... let's just say not great. We need to rewrite the IO system, and the CLI shell. Roadmap: - [ ] Each process has its own stdin & stdout that it can use - [ ] Rewrite the IO library to utilize the process stdin & stdout - [ ] Make sure there aren't any incompatibilities / fix any
The current IO lib is... let's just say not great. We need to rewrite the IO system, and the CLI shell.
Roadmap: