Hello, part 2...
\r-[------->+<]>-.-[->+++++<]>++.+++++++..+++.[--->+<]>-----.---[->+++<]>.-[--->+<]>---.+++.------.--------.
Hello World in Brainfuck
Hello, part 2...
\r-[------->+<]>-.-[->+++++<]>++.+++++++..+++.[--->+<]>-----.---[->+++<]>.-[--->+<]>---.+++.------.--------.
Hellow World in HolyC
Hello World as interpreted by HolyC: //Press F5 in the editor to compile and run. --------Hello.HC.Z--------- "Hello World\"; --------Hello.HC.Z--------- U0 Main() { \"Hello World\"; } Main; --------Hello.HC.Z--------- U0 MyPrint(U8 *st) { \"%s",st; } MyPrint("Hello World\"); --------Hello.HC.Z--------- U0 MyPrint2(U8 *st1,U8 *st2) //Any number of args. { \"%s %s\",st1,st2; //Any number of args. } MyPrint2("Hello","World");