Reminds me of 'js': https://www.npmjs.org/package/js
I just started something similar for javascript a couple days ago: https://github.com/danielstjules/pjs
41–45 of 45 posts
Reminds me of 'js': https://www.npmjs.org/package/js
is there a ruby equivalent?
I attempted to install on Windows - it doesn't work due to the lack of os.geteuid(), which is called in the setup.py file to check for root. With a little bit of finagling I could get around that and make it install, but not work due to undefined SIGPIPE in the signal module. It makes sense that this could be UNIX only, but that wasn't stated anywhere on the webpage. Perhaps that should be mentioned somewhere.