Description
Go and XGo code can be explored through an interpreter instead of a full compile-run cycle.
It is useful for learning, prototyping, and testing small language examples quickly. Interpreted code still runs with user permissions, so avoid executing untrusted snippets.