Text to Brainfuck converter >,>,>,<<<,[[>.<-]>>.>.<<<,] Code golf text to Brainfuck converter. 27 bytes of code. (You have to put "+.>" in front of your input for it to work. Example: +.>Hello, World!) You can also replace the "+.>" with any other characters to translate it to another Brainfuck equivalent that uses 1 character per command. (use "eja" to translate to Alphuck)