Skip to content

Releases: Sorayunara/sorayunara

Sorayunara v0.1.0 — Initial Official Release

Choose a tag to compare

@MuhammadLutfiMuzakiiVY MuhammadLutfiMuzakiiVY released this 23 Aug 20:25

🌌 Welcome to Sorayunara v0.1.0

The first official release of Sorayunara (.sora) — an elegant, memory-safe, and high-performance systems programming language.

🚀 Key Features

  • Unified Toolchain: Single binary compiler, runtime VM, linter, formatter, doc generator, package manager, and LSP daemon.
  • Multi-Target Codegen: Direct LLVM IR, C99, WebAssembly, and VM Bytecode emission.
  • Memory Safety: Hindley-Milner type inference with flow-sensitive borrow checking.
  • Concurrency: First-class coroutines (\spawn async), MPSC channels (\Channel), and actor models.
  • Standard Library: 37 comprehensive modules in \std/*.sora.
  • Developer Experience: Official VS Code extension with syntax highlighting and snippets.

Full documentation: https://github.com/Sorayunara/sorayunara

Full Changelog: https://github.com/Sorayunara/sorayunara/commits/v0.1.0