kitten is a programming language created in 2012 by Jon Purdy.
#835on PLDB | 11Years Old | 1.1kUsers |
0Books | 0Papers |
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 |