A language that compiles to Bash and Windows Batch
1–10 of 148 posts
Re: A language that compiles to Bash and Windows Batch
#2Looks nice but wouldn't you just use something like Python nowadays?
Re: A language that compiles to Bash and Windows Batch
#3You've got to admire this and at the same time you can't help but see the shadow of two more letters on the end of its name...
Re: A language that compiles to Bash and Windows Batch
#4Looks 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...
Re: A language that compiles to Bash and Windows Batch
#5Looks nice but wouldn't you just use something like Python nowadays?
I don't think windows comes with python installation.
Re: A language that compiles to Bash and Windows Batch
#6Is there a way to get this as a precompiled Windows binary? I really want to give this a try, but I'm just sooo lazy and don't want to install OPAM if there's maybe a way around that.
Re: A language that compiles to Bash and Windows Batch
#7Looks nice but wouldn't you just use something like Python nowadays?
[deleted]
Re: A language that compiles to Bash and Windows Batch
#8Was hoping the website was a .it domain.
Re: A language that compiles to Bash and Windows Batch
#9You've got to admire this and at the same time you can't help but see the shadow of two more letters on the end of its name...
Adopted by ASF as Apache Guano(tm).
Re: A language that compiles to Bash and Windows Batch
#10Looks nice but wouldn't you just use something like Python nowadays?
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.