Brainhash

From Esolang
Jump to navigation Jump to search
The title of this article is not correct because of technical limitations. The correct title is actually Brain#.

Brain# is just a cool encoding of brain**** by User:Esolangist

Encoding

First, you convert BF to binary using this table:

Commands in First encoding of Brain#
First encoding of Brain# brainfuck
0 +
1 -
2 <
3 >
4 ,
5 .
6 [
7 ]


Next, convert the number to ASCII numbers (its value) and convert it back. 4 > 52 > 53 50 There, you have Brain#.

Example.

We take the cat program ,[.,] Now it's 46547. How about some 52 54 53 52 55? Now what about 53 50 53 52 53 51 53 50 53 53? (That last one was the cat in Brain#.)