@hackage unique-lang0.1.0.0
Esoteric programming language where each number can only appear once
Categories
License
MIT
Maintainer
ombspring@gmail.com
Links
Versions
- 0.1.0.0 Fri, 29 Jul 2022
Installation
Dependencies (0)
- base >=4.11 && <5
- neat-interpolation >=0.1.1 && <0.6
- text >=0.7 && <2.1
- transformers >=0.4 && <0.7 Show all…
Dependents (0)
Unique
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.