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