GLX is an experimental programming language designed for system-level scripting with a cleaner and more structured syntax than traditional shell scripts.
It aims to reduce the complexity of Bash-like scripting by providing readable control flow, built-in data types (arrays, maps, ranges), bitwise operations, macros, and labels.
The language is implemented from scratch, including its lexer, parser, and interpreter.
GLX is open source and still evolving. I would love feedback from developers interested in language design, interpreters, or system programming.
thomasdziedzic•12h ago
The only thing I see are some docs and a binary, no source.