Quantum Nothing

From Esolang
Jump to navigation Jump to search

This is an esolang created by islptng.

Syntax

Every program with 1 byte or more is invalid. It runs the following code, which raises a Syntax Error:

+++++++++[->+++++++++<]>++.<++++++[->++++++<]>++.<+++[->---<]>--.++++++.<++++[->----<]>---.<++++[->++++<]>+++++++.<+++++++++[->---------<]>-------.<++++++[->++++++<]>+.<++++++[->++++++<]>+++++++++..---.+++.<

Otherwise, For every valid Brainfuck program of each length, execute it once.

For length 1, 6: + - < > , .
For length 2, 37: ++ -- +- -+ << >> <> >< ,, .. ., ,. +> +< -> -< >+ >- <+ <- ,+ ,- ,> ,< .+ .- .> .< +, -, >, <, +. -. >. <. []
etc.