Aura programming language
Aura is an esoteric programming language created by Jamie Aczel. Aura is loosely derived from Brainfuck but its logic is more like Malbolge's.
Aura has no independent data space, forcing it to store data in the command space: all operators all spew their output into the very next instruction. There are no jump commands: the program goes ahead until it meets a "reverse program flow" instruction. It is not known if Aura is Turing-complete.
External links
Categories: Esoteric programming languages