๐ฏRich Type SystemGenerics, traits, tagged unions, nominal types, higher-kinded types โ express your domain with confidence.
๐Safe by DefaultPrevents null pointer dereferences, buffer overflows, and use-after-move errors at compile time.
โกDual BackendRun via the AST interpreter (STUPID) for rapid development, or compile to efficient ORGASM bytecode for production.
๐งCompile-Time MetaprogrammingConst if, const predicates, const functions, and type specialization โ compute at compile time, not at runtime.
๐ฅ๏ธNative FFISeamless C++ function binding. Call into existing C/C++ libraries with zero overhead.
๐งฉOwnership ModelValue semantics, references, moves, and partial moves โ fine-grained control over memory without a garbage collector.