Luma is a minimal interpreted programming language built from scratch in Go, designed for clean and simple syntax. It supports variables (let/const), arrays, objects with dot notation, conditionals, a unified loop construct, first-class functions, math expressions, and built-in functions like log() and len(). It runs via a REPL

Sort: