SLIME for Golang?

gore and go-pry are note real REPL. (IIRC!)

they take advantage of the very quick compilation speed of Go to recompile the snippets you enter and re-run those parts.

real REPLs are:

there are also Jupyter backends for Go:

(they do have to use/implement a real REPL for Jupyter to work correctly)

e.g. a Jupyter backend with Neugram:

direct examples:

hth,
-s

1 Like