tdenniston / bish

Bish is a language that compiles to Bash. It's designed to give shell scripting a more comfortable and modern feel.
MIT License
1.48k stars 36 forks source link

pluggable code generators #37

Closed digitalsurgeon closed 9 years ago

digitalsurgeon commented 9 years ago

I am thinking of writing a zsh implementation :)

tdenniston commented 9 years ago

Good idea. I'll review this and get back to you hopefully by tomorrow.

tdenniston commented 9 years ago

Ok, this is a good idea, but there are a couple of things that should change before I merge it in. The big thing is to submit a zsh implementation in a separate PR, instead of adding the skeleton implementation now. Otherwise, there are just some small style issues that should be fixed.

digitalsurgeon commented 9 years ago
tdenniston commented 9 years ago

Thanks for the changes. A couple more small issues before it's ready to merge:

Sorry for the nitpicking, but I like to have clear code and consistent style throughout. If we make the effort to keep things clear and consistent now, when the codebase is still small, we'll be much better off in the future as it grows in size. I do appreciate your contributions though.

tdenniston commented 9 years ago

@digitalsurgeon Sorry, I didn't realize you had updated this with the review comments! I didn't get a notification about the commit you added. I'll fix up the conflicts and get this merged.

tdenniston commented 9 years ago

Ok, all set. I fixed up a few more style inconsistencies: hope you don't mind.