Description
Go code can be explored interactively through a REPL with evaluation, debugging, generics support, and Lisp-like macros. It is useful for learning, experiments, and quick inspection of language behavior.
Interactive interpreters execute code immediately. Use trusted snippets, avoid running unknown code against important files, and remember that experiments can still change local state.