Skip to content

v9.0.0

Latest

Choose a tag to compare

@Melton122 Melton122 released this 21 Jul 17:09

πŸš€ 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 | bash

Windows

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.

Happy coding! πŸš€
banner