User:Hppavilion1/UniLang

From Esolang
Jump to navigation Jump to search

UniLang (a working name) is programming language created to use as much of Unicode as possible (excluding foreign letter characters, which the author does not understand and doesn't want to assign meaning to). It is currently in User:Hppavilion1's user namespace while it is being developed. It can be considered a golfing language.

Data Model

Unilang exists on a tape of double-ended queues (deques) with an accumulator, a similar data model to Brainfuck⁂ (which uses stacks), also by Hppavilion1 and which also uses much Unicode. As a matter of fact, it is a very similar language to Brainfuck⁂, but it is designed to focus more on the deques than on the tape.