B-H

From Esolang
Jump to navigation Jump to search

B-H is an esolang created by User:None1. It is brainfuck and Hello++ combined together.

Execution

B-H first feeds your code into a brainfuck interpreter, then feeds the output into a Hello++ interpreter. The output of the Hello++ interpreter is the final output.

What it can do

B-H can print Hello World or do nothing, but can't do anything else.

Example Programs

Hello World

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Interpreters

Python

print("Hello World" if __import__("sys").stdin.read().count("+") in [72,104] else "")

brainfuck

Note: NOT made from BFFuck.

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