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
A tiny toy programming language written in Go — because why use a language when you can panic and build your own? Supports int, string, arrays, and happily freeloads off Go’s garbage collector for memory management. Great for learning interpreters, experimenting with language design.