Penne is a simple C-like programming language. The language has the following features:
- C-like syntax
- Variable bindings
- Integers and booleans primitive types
- Arithmetic expressions
- Built-in functions
- First-class and higher-order functions
- Closures
- String data structure
- Array data structute
- Hash data structure
The project has an interpreter for the Penne language.