H๐
Jump to navigation
Jump to search
- This is still a work in progress. It may be changed in the future.
H๐ (or HWorld) is a joke esoteric programming language by User:OsmineYT 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.)
nop program:
q
Implementations
Another interpreter, but in Java
A (joke) compiler, written in Python