You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 30, 2022. It is now read-only.
I am very excited to have a Go interpreter in which to try things out! (Contrary to some conversations on golang-nuts, I see the primary value of an interpreter as an interactive computing environment a la IPython.) I eagerly await future versions with more features.
The text was updated successfully, but these errors were encountered:
Importing modules that define constants with "const" causes a panic:
panic: const not implemented
go version go1.0.3 on linux_amd64
go-eval version: commit 7de4c49
I am very excited to have a Go interpreter in which to try things out! (Contrary to some conversations on golang-nuts, I see the primary value of an interpreter as an interactive computing environment a la IPython.) I eagerly await future versions with more features.
The text was updated successfully, but these errors were encountered: