ecosystem — v0.1
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.
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 →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 →A new language — designed from scratch with its own syntax and philosophy — targeting crono-vm. Currently being designed.