We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.

!INTERNET

From Esolang
Jump to navigation Jump to search

!INTERNET is an esolang created by User:PJ11 in July 31st, 2025. It operates on a stack and has implicit I/O.

Operators

Operator Meaning
+ Sums the 2 top values if they are integers. If strings, concatenate them.
$ Evaluates the string on the top of the stack by length.
?, |>, ||> IF operator.
£ Evaluates the string on the top of the stack by characters.
¿ Cat command. Puts the input on the top of the stack as string.
T, F Booleans for truthy and falsy value detection
@{} Forever operator.
. Used for explicit printing.

Hello World:

"Hello World!"

Cat program:

¿

Truth-machine:

?T |>@{1.} ||>0