Posted 22 December 2013 - 05:09 PM
While I have no qualms with LUA itself, it would be interesting to try and emulate some of the functionality of typical unix programs inside the terminal, including piping. Does anyone know if this has been done before? If not I'll look into how to pull it off. (Well, as long as I can *args or something to that effect, simple enough.)
I come from a heavy Ruby and Unix background, and work as a Software Engineer. Experience wise I'm not far from a Senior level. How difficult would you think something like this would be to implement?
Current things I'd want to get made:
Of course I intend to do a fair amount of other research around this and find out more, but if someone already knows of something to this effect that I can contribute to I love to hack about a bit. This seems like a fun one to try and make happen either way.
I come from a heavy Ruby and Unix background, and work as a Software Engineer. Experience wise I'm not far from a Senior level. How difficult would you think something like this would be to implement?
Current things I'd want to get made:
- grep / ag
- sed
- cut
- split
- pipes
- regex
- ping (find if another computer is up / port is up)
- Telnet / SSH (connect to another computer)
- Vim
- Git integration
Of course I intend to do a fair amount of other research around this and find out more, but if someone already knows of something to this effect that I can contribute to I love to hack about a bit. This seems like a fun one to try and make happen either way.