{{stub}}
{{language
|site=http://kittenlang.org/
}}

Kitten is a statically typed, stack-based functional programming language designed to be simple and fast. It is a concatenative language, combining aspects of imperative and pure functional programming.

The source code for the main implementation can be found [https://github.com/evincarofautumn/kitten here].

{{language programming paradigm|Functional}}
{{language programming paradigm|Concatenative}}