Sixten is a programming language created in 2014 by Olle Fredriksson.
#981on PLDB | 11Years Old |
git clone https://github.com/ollef/sixten
Sixten is an experimental functional programming language where all data is unboxed by default. Functional programming with fewer indirections!
type Equals a b where
Refl : Equals a a