This is the first post in a series where I plan to document my experience writing a small Unix shell in Rust called wishr. In this post, I’ll describe why I’m starting this project and how I plan to proceed through it. Why write a shell? Link to heading First off, to be clear, I have no intention to make a production quality shell: Bash, Z Shell, fish, and the like, can all breathe a sigh of relief here! 😄 This is a learning experience for me, and I want to document the process so that...