vexa-lang
v1.0.9
Published
An embeddable, portable, and performant programming language
Readme
vexa-lang
Vexa is an embeddable, portable, and performant programming language designed as a compact, clean, and understandable toolchain. It includes a full compiler pipeline: Lexer, Parser, Optimizer, Bytecode Generator, and a fast register-based Virtual Machine.
Performance
Vexa's VM is incredibly fast, despite being implemented in JavaScript.
- In tight, optimized loops, it sustains 20-50 million instructions per second.
- When repeatedly calling small functions (cold starts), it still hits around 33 million instructions per second.
