kitten is an open source programming language created in 2012 by Jon Purdy.
git clone https://github.com/evincarofautumn/kitten
#769on PLDB | 11Years Old |
Try now: Riju
Kitten is a statically typed concatenative language with effect types.
"Hello, world!" say
"Hello World" say
Feature | Supported | Token | Example |
---|---|---|---|
Strings | ✓ | " | "Hello world" |
Print() Debugging | ✓ | say |