RosettaCodeData/Lang/Kitten/00DESCRIPTION
2016-12-05 23:44:36 +01:00

11 lines
No EOL
457 B
Text

{{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}}