H🌍
Jump to navigation
Jump to search
H🌍 (or HWorld) is a joke esoteric programming language by User:OsmineYT and was designed in 2019. Because it only has printing and quitting commands, it can't be used for real programming.
Commands
Command | Short description |
---|---|
h |
Prints "Hello!" |
hh |
"Hello, Hello!" |
w |
"World!" |
ww |
"World, World!" |
hw |
"Hello, World!" |
wh |
"World, Hello!" |
q |
Ends interpreting code |
All incorrect commands will just print themselves.
Examples of programs
Simple "Hello, World!" program:
hw
A quine:
THIS IS JUST A SIMPLE QUINE.
Shortened version:
a
(NOTE all incorrect commands (a, b, etc.) are quines.)
A nop program:
q
Implementations
Another interpreter, but in Java
HWorld online interpreter in Interpret Esolangs Online ([https://none-none1.github.io/Interpret-Esolangs-Online/hworld.js JavaScript source).
A (joke) compiler, written in Python
Another interpreter and "compiler" written in Nim
Scratch interpreter: