|
|
|
|
|
by adrusi
4172 days ago
|
|
I love shell scripts because they let you distribute zero-setup portable programs without dependencies. But if you're already going to be depending on shellfire, why not instead depend on a VM for a more appropriate language? I think posix shell is quite a beautiful language, and I enjoy hacking together a medium size application with it just because it's fun, but it has a lot of disadvantages relative to a more modern scripting language. If you use perl/python/ruby/javascript/lua/lisp instead, your application will perform better, be easier to maintain and be able to run on windows without cygwin. I get the impression that this project is trying to advertise itself for making real applications, but I don't think that's realistic. As a toy, though, it's really cool and I'll probably play around with it at least a little. |
|
It's obviously not so great for distributing around to random places where it probably won't be installed.
Edit: Right in the README is this:
> fatten[1], to make standalone shell scripts
[1] https://github.com/shellfire-dev/fatten