unique-lang: Esoteric programming language where each number can only appear once

[ compilers-interpreters, mit, program ] [ Propose Tags ]

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.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0
Change log CHANGELOG.md
Dependencies base (>=4.11 && <5), neat-interpolation (>=0.1.1 && <0.6), text (>=0.7 && <2.1), transformers (>=0.4 && <0.7) [details]
License MIT
Author Owen Bechtel
Maintainer ombspring@gmail.com
Category Compilers/Interpreters
Home page https://github.com/UnaryPlus/unique
Bug tracker https://github.com/UnaryPlus/unique/issues
Source repo head: git clone https://github.com/UnaryPlus/unique.git
Uploaded by OwenBechtel at 2022-07-29T01:47:35Z
Distributions NixOS:0.1.0.0
Executables unique
Downloads 75 total (5 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2022-07-29 [all 1 reports]

Readme for unique-lang-0.1.0.0

[back to package description]

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.