Category:Kitten: Difference between revisions

From Rosetta Code
Content added Content deleted
(Creating the Category page for the Kitten Language)
 
(Adding Main Content to the Kitten Language page)
Line 1: Line 1:
{{stub}}{{language}}
{{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}}

Revision as of 23:08, 30 November 2014

This page is a stub. It needs more information! You can help Rosetta Code by filling it in!
Language
Kitten
This programming language may be used to instruct a computer to perform a task.
Official website
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using Kitten.

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 here.

Pages in category "Kitten"

The following 3 pages are in this category, out of 3 total.