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
Hey, fascinating project!
However, some people prefer using a REPL directly in the console for various reasons. I understand a jupyter kernel provides more than just a REPL, but I was wondering if you could clarify if you either have exposed, or if it would be easy to expose a regular commandline REPL for use?
I know there are other GO REPLs, but you seem to have developed the unique feature of per-cell compilation, which would be invaluable. Other GO REPLs are either interpreted, or compile all cells on each run.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Hey, fascinating project!
However, some people prefer using a REPL directly in the console for various reasons. I understand a jupyter kernel provides more than just a REPL, but I was wondering if you could clarify if you either have exposed, or if it would be easy to expose a regular commandline REPL for use?
I know there are other GO REPLs, but you seem to have developed the unique feature of per-cell compilation, which would be invaluable. Other GO REPLs are either interpreted, or compile all cells on each run.
All reactions