ecosystem — v0.1

CRONO-LANG a vm.
a language.
a foundation.

A tightly designed stack: a bytecode virtual machine with precise semantics, and crono-sharp — a statically typed language that compiles to it. Built for clarity, performance, and extensibility.

core

crono-vm

A stack-based bytecode virtual machine. Mark-and-sweep GC, native FFI via DynCall, a module system, and ~45 precisely defined opcodes. The foundation everything else runs on.

read the docs →
language

crono-sharp

A statically typed, C-like language that compiles to crono-vm bytecode. Classes, inheritance, generics, interfaces, and a full language server built in.

read the docs →
coming

crono-lang wip

A new language — designed from scratch with its own syntax and philosophy — targeting crono-vm. Currently being designed.