kitlang/kit
Kit: a magical, high performance programming language, designed for game development. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2952
- days_rel: n/a
- days_push: 1846
- n_releases_24m: 0
Adoption not part of the score
1028 stars · 33 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Kit is a statically typed programming language that compiles to C, offering modern features like type inference, algebraic data types, pattern matching, and a typed term rewriting system for metaprogramming. It was designed for high performance, cross-platform game development as an alternative to C/C++, and includes a build tool driven by YAML project configuration.
Use cases
- write high performance games without manual C boilerplate
- compile a modern language down to portable C
- use existing C libraries directly without writing wrappers
- learn how a compiler implemented in Haskell works
- prototype DSLs via compile-time term rewriting
When to choose
- you want C-level performance with a more expressive type system
- you need direct interop with C libraries without bindings
- you're targeting game development on a pre-alpha experimental language
When to avoid
- you need a production-ready, actively maintained language
- you want garbage collection and a large ecosystem out of the box
- you need long-term stability or community support
Facets
cli-tool · maturity abandoned
compiler programming-language build-tool cli programming-languages compilers cross-platform windows cpp systems-language compiles-to-c game-development pre-alpha haskell-compiler linux macos
1 source
- readme: https://github.com/kitlang/kit · fetched 2026-08-28 · c30edaf53a9f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| kitlang/kit | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem