batsh-dev-team / Batsh

A language that compiles to Bash and Windows Batch
http://batsh.org
4.32k stars 169 forks source link

Release an interactive `batsh` interpreter CLI application #60

Open mcandre opened 7 years ago

mcandre commented 7 years ago

Wow, the Batsh language is a really cool effort! If batsh could be released as a standalone command line interpreter, then we could even use Batsh as an interactive command line shell on Windows and *nix, and perhaps even start writing cross-platform Makefile's with batsh as the specified shell interpreter for make commands! Wouldn't it be awesome if Makefile's "just worked" on Windows and Linux?

Ethkuil commented 1 year ago

we could even use Batsh as an interactive command line shell on Windows and *nix

Maybe xonsh is what you need, which combines bash with python.