Overview
Gor is an interpreted programming language written in Go with JavaScript-like syntax.
Gor is an interpreted programming language written in Go with JavaScript-like syntax. Zero external dependencies — pure Go standard library.
Features
- Zero Dependencies — Built entirely with Go's standard library
- JS-like Syntax —
let/const,fn,for,if/else - First-Class Functions — Full closure support with lexical scoping
- Objects & Arrays — Rich data structures with nested access
- Interactive REPL — Explore the language interactively
- AST Inspector — Built-in
--astflag for learning
Quick Links
- Installation — Get up and running
- Hello World — Your first Gor program
- Playground — Try Gor in your browser