Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

panic: runtime error: hello.lua:22: 'popen' not supported #61

Open
kissthink opened this issue Aug 15, 2016 · 2 comments
Open

panic: runtime error: hello.lua:22: 'popen' not supported #61

kissthink opened this issue Aug 15, 2016 · 2 comments

Comments

@kissthink
Copy link

why not support io.popen ?

@WillianBR
Copy link

Hi @kissthink,

I don't recall a GO function to mimic popen(). But it's sure if it has, it can be easily added to standard io package.

Your golang program itself, it can extend io at runtime.

But the big issue is the compatibility! Such feature may not be available into others OS.

@detaoin
Copy link

detaoin commented Oct 29, 2024

It seems to me that with os/exec it shouldn't be too difficult to implement. I might need it for one of my projects. In case I do get down to implementing something, I'll post an update here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants