I wonder ... Maybe this isn't such a bad idea for teaching basic Rust to complete new beginners.
I've recently thought about how I learnt to code. This was in the mid 80s, where BASIC was very common. There were no fancy editors. But you got to see the result pretty quickly.
Later on I moved to Pascal, C, PHP, Python and C++. But I always started with a very simple editor each time, not the grand IDEs. Now I'm slowly starting to dive into Rust and golang.
I first found my interest in more advanced editors when I started to understand the language reasonably well. That's when the power of IDEs comes into play.
There are plenty of reasons why to choose other languages than Rust for newcomers. But the Rust language itself at its core isn't that advanced. It gets more advanced once you start adding crates and putting all the pieces together. But it starts with a fairly simple basis. Just like the simple editors and BASIC 40 years ago.




