github.com/kithare/kithare ↗
A C++/Python like multi-paradigm statically typed programming language. (ABANDONED)
Open this visualization on its own page →
Contributors
7
Lines of Code
2,157
From
2021-02-13
To
2022-07-07
About kithare/kithare
Kithare is an abandoned statically-typed programming language inspired by Python and C++, designed with a syntax aimed at intermediate programmers that avoids verbosity. The language supports both functional and object-oriented programming paradigms, featuring polymorphism, function and method overloading, operator overloading, and templates.
The project provided broad cross-platform support, including Windows (32-bit and 64-bit), multiple Linux architectures (x86, x64, armv6, armv7, arm64, s390x, and ppc64le), and macOS (both Intel x86_64 and Apple Silicon arm64). The compiler was implemented in C and built using a Python helper script, with dependencies on SDL2 libraries for graphics and multimedia functionality.
The language never reached stable release status during its active development, though the project maintained nightly builds distributed through GitHub Actions across all supported platforms. Installation packages were provided in various formats including Windows installers, Linux deb and rpm packages, AppImage, and portable ZIP archives. The project followed semantic versioning conventions and maintained a Discord community for development discussion.