Looks nice but wouldn't you just use something like Python nowadays?
The "Why not Python/Ruby/Node.js/Lua" section lists 3 reasons the author developed this language...
A language that compiles to Bash and Windows Batch
11–20 of 148 posts
Re: A language that compiles to Bash and Windows Batch
#12Re: A language that compiles to Bash and Windows Batch
#13Earlier quoted context omitted.
The "Why not Python/Ruby/Node.js/Lua" section lists 3 reasons the author developed this language...
Bullet 1 says "None of them is preinstalled on all platforms", but OPAM isn't universally preinstalled either.
Re: A language that compiles to Bash and Windows Batch
#14Earlier quoted context omitted.
The "Why not Python/Ruby/Node.js/Lua" section lists 3 reasons the author developed this language...
Bullet 1 says "None of them is preinstalled on all platforms", but OPAM isn't universally preinstalled either.
Re: A language that compiles to Bash and Windows Batch
#15Re: A language that compiles to Bash and Windows Batch
#16Earlier quoted context omitted.
The "Why not Python/Ruby/Node.js/Lua" section lists 3 reasons the author developed this language...
Bullet 1 says "None of them is preinstalled on all platforms", but OPAM isn't universally preinstalled either.
Re: A language that compiles to Bash and Windows Batch
#17Earlier quoted context omitted.
I don't think windows comes with python installation.
It also doesn't come with any of the tools bash is a glue for, about the only reason one uses bash. At least with Python I can write my own grep and so on, and piping isn't so bad with coroutines and generators.