RosettaCodeData/Lang/Kitten/00-LANG.txt

12 lines
466 B
Plaintext

{{stub}}
{{language
|site=http://kittenlang.org/
|hopl=no
}}
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}}