Open jbenet opened 9 years ago
+1
Oooh, yes this is a good idea. Oftentimes, I'm restricted because of sh
. If bish could compile to sh
, it would be very useful.
Yeah, i exclusively use sh
for portability. It's painful. bish
might really alleviate that!
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 generation. It may make sense to wait on this until the language has stabilized a bit more.
:+1:
I think this is a great idea. I wonder, perhaps it may make sense to target
sh
instead ofbash
? afaik,sh
is more portable + found in more systems. though i'm not sure.