GorGorv1.0

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 Syntaxlet/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 --ast flag for learning