-
Notifications
You must be signed in to change notification settings - Fork 9
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
Not building with zmq4 #5
Comments
If you want to update this to use another set of zmq bindings, go ahead. But even when you can install it, the code execution allowed by go-eval is really restricted, so it's not practically useful. Go is not really designed for dynamic, interactive use. |
Hey, how can I work around this? |
I think you'd have to update it to a supported go binding. This was rather a toy project for me to learn go, and the state of dynamic execution for go was never good enough for it to be useful. I'll merge PRs if they look sensible, but I don't plan to spend any time updating it myself. |
There is now a new Go kernel called gophernotes that appears to be much more capable than igo. I'd recommend using that. |
Not sure if this is an igo issue, or of gozmq. But since gozmq is phased out, posting it here.
The text was updated successfully, but these errors were encountered: