Releases: Melton122/Cnext
Releases · Melton122/Cnext
Release list
v9.0.0
🚀 Cnext v9.0.0
We're excited to announce Cnext v9.0.0, a major release focused on stability, performance, developer experience, and modern language features.
✨ Highlights
- Improved compiler stability and reliability
- Checked memory allocations for safer execution
- HTTPS enforcement for secure package registry connections
- Expanded test suite with 66 tests
- CI performance benchmarking
- VS Code Extension v3.1 improvements
- Better project scaffolding with
cnext new - Enhanced optimizer and compiler performance
- Updated documentation and examples
🛠 Features
- Modern, statically typed language that transpiles to C
- Classes, inheritance, interfaces, and traits
- Generics and closures
- Pattern matching
- Async/Await and coroutines
- Multithreading support
- Rich standard library
- Built-in package manager
- Code formatter and linter
- Interactive REPL
- Language Server Protocol (LSP) support
📦 Installation
Linux/macOS
curl -fsSL https://raw.githubusercontent.com/Melton122/Cnext/main/install.sh | bashWindows
Download the Windows release package and run the installer, or execute:
iwr -useb https://raw.githubusercontent.com/Melton122/Cnext/main/install.ps1 | iex🙏 Thank You
Thank you to everyone who tested Cnext, reported bugs, and provided feedback. Your support continues to improve the language.
We hope you enjoy Cnext v9.0.0.
