Sometimes I don’t care about runtime performance. I just want to write some code, run it quickly, see what happens, and keep tweaking.
I know there are things like rust-script, cargo-script, evcxr, and incremental builds, but I haven’t found a setup that feels as casual as Python/Ruby.
Is this just the wrong way to think about Rust, or are people actually using it this way?
Curious what setups people here use when they want Rust, but with faster feedback.