Description
Turns Go source into an interpreted scripting workflow instead of requiring a normal compiled Go binary. It is useful for experiments, embedded extension points, education, and tools that want Go-like behavior without a separate compile step.
Interpreted code can still read files, run logic, and affect the system according to user permissions. Do not run untrusted scripts without isolation, and test performance before using it for heavy workloads.