@hackage unique-lang0.1.0.0

Esoteric programming language where each number can only appear once

Unique is an esoteric programming language where each number can only occur once. Every variable in Unique is stored in a single data structure: a stack of integer arrays. You can find a description of how the language works here.