Tyler Denniston
Tyler Denniston
Can you explain a little bit more what you are trying to do? Do you want to execute external bash scripts, or call functions from a bish script that are...
This is a good idea. I'll keep bash as the default target (due to features I plan to support in bish like hash maps), but we can add `sh` code...
Thanks! I think it might look better without the additional subsections though. E.g. move the OS X sentence after "latest and greatest", but as a part of the same paragraph.
This is a good idea. Can you make the following changes before I merge: - Instead of passing `compile_as_library` to the code generator, pass it to `Parser::parse()` instead. Then in...
@Icenowy If you let me know what was failing, I can help you get it fixed.
Yes, I think that's the best way to do it. Let me know if you have problems implementing it.
This is a good idea, but I think it will wait until version 0.2.
Well, one of the most powerful primitives in bash (or any sort of shell) is redirection of input/output between processes. It's the "Unix philosophy": write lots of small programs that...
Punting on this issue so I can do a 0.1 release.
Thanks for the pointer to that. I'm not sure how I feel about `..