H๐ŸŒ

From Esolang
(Redirected from HWorld)
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

Official logo of H๐ŸŒ
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

An interpreter

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

Scratch interpreter:

H๐ŸŒ interpreter scratch.png


























See also