This is a SIMPLE bashdb debugger frontend. Useful for learning bash shell usage and writing simple scripts. Useful hint: shellcheck extension does a great job with finding common script errors before ...
I have just published a small Rust crate called rhai-console. The motivation came from missing the operational REPL experience that ecosystems like Ruby and Python give you out of the box. Rust, being ...