Kit: a magical, high performance programming language, designed for game development.
Browse cluster: Cluster 34 →Kit is a programming language designed for game development that compiles to C, offering modern language features like type inference, algebraic data types, pattern matching, and generics while maintaining the performance control of C through direct pointer manipulation and manual memory management. The compiler, kitc, is written in Haskell and uses a build system based on YAML configuration files, allowing developers to use existing C libraries without wrappers. Kit was created by Ben Morris and is currently in pre-alpha, with an official Visual Studio Code extension providing syntax highlighting support.