@hackage / unique-lang

Esoteric programming language where each number can only appear once

Latest0.1.0.0

About

Metadata

  • Last updated , by OwenBechtel
  • License MIT
  • Categories Compilers and Interpreters
  • Maintained by: ombspring@gmail.com

  • Lottery factor: 0

Links

Installation

Readme

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.