mnru / kitten

A statically typed concatenative language.

Home Page:http://kittenlang.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Kitten Programming Language

Kitten is a statically typed, stack-based functional programming language with concatenative semantics. This is an in-progress implementation of that language.

The original implementation was compiled to C. In the interest of faster iteration on language features, the current implementation is interpreted.

Building

Build Status

To build the compiler, you need GHC ≥7.6. Simply run:

git clone git://github.com/evincarofautumn/kitten.git
cd kitten
make all

About

A statically typed concatenative language.

http://kittenlang.org/

License:Other