Blog

News from the VexaScript project

Release announcements, roadmap milestones, and practical updates for people following the language.

Release announcement

What's new in VexaScript 0.11.0

VexaScript 0.11.0 adds control-flow expressions, pattern matching, better type inference, and updates to the native CLI and release tools.

Release announcement

What's new in VexaScript 0.10.0

VexaScript 0.10.0 adds native C++ compilation, broader TypeScript support, improved editor tools, self-hosting, FFI, and faster development builds.

Native compilation

How VexaScript compiles to native C++

The C++ backend reuses the VexaScript parser and type checker, then generates native code with explicit rules for values, objects, arrays, and memory.