a thoughtful web.
Good ideas and conversation. No ads, no tracking.   Login or Take a Tour!
comment
firethief  ·  3865 days ago  ·  link  ·    ·  parent  ·  post: Bish: A scripting language which compiles to bash

Interesting idea, but compiling to bash is a weird choice; the only advantage something like this could have over perl or python is better portability, but not having bash is probably more common than not having python. Bourne-compatible would make sense as a compilation target if you want minimal dependencies.