v1.0.0August 15, 2026
NextViper 1.0.0 Initial Production Release
The initial stable release of the NextViper programming language, native compiler, standard library, Vulkan GPU subsystem, package manager, and LSP.
What's New in v1.0.0
- Core Lexer, AST, Parser, and Type Checker supporting static & inferred typing
- Interpreter & Virtual Machine supporting closures, pipelines, and pattern matching
- Vectorized DataArray & columnar DataFrame subsystem with automated CSV loading
- Tensor autograd engine with neural network layers and optimizers (SGD, Adam)
- Vulkan GPU compute engine with parallel GEMM matrix multiplication
- Standard library with 14 modules (fs, path, string, collections, math, json, csv, time, process, crypto, regex, random, concurrency)
- Standalone LSP daemon conforming to LSP 3.17 with completion, hover, definition, and symbols
- NextViper code formatter (fmt), project validator (check), and test runner
- Centralized Error Reference System with 16 stable error codes (NV1001–NV5001)

