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.

DigitLang

From Esolang
Jump to navigation Jump to search

About DigitLang

DigitLang is a simple esoteric language by User:Arahis93.

Syntaxis

There is only one command in the DigitLang. This is the number of the character in the ASCII table.

How it work

When you enter the numeric number of a character in the ASCII table, the interpreter automatically translates its number into a character and displays it on the screen. And so it happens with every character.

Code example's

Hello World example:

72 101 108 108 111 44 32 119 111 114 108 100 33

Interpretators

Python 3.7 Interpretator: [1]