AnruBfiankc

From Esolang
Jump to navigation Jump to search

The title of this page is incorrect due to technical limitations, the correct title is anruBfiankc .

anruBfiankc is an esoteric language by User:Angrylad. It is made to be the most difficult programming language to use. To do this, it uses random number generators to generate a Brainfuck program from your input.

Generation

anruBfiankc uses David Bau's seeded random number generator as well as Ratismal's JavaScript Brainfuck interpreter. Once you type anything into the box, the program takes that code, splits each line into an individual seed, and generates lines of Brainfuck depending on what you inputted. If the Brainfuck interpreter runs into an error, the code is not executed, otherwise, the interpreter executes it, sometimes taking a much longer time.

See Also