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.
AbsoluteZero
This page is still in progress.
AbsoluteZero is a language created by User:ArgentGules, a.k.a. me.
Commands
| Command | What it does | Example |
|---|---|---|
| outputs the following encoded ASCII value | PRINT &70; | |
| START | (mandatory) starts the program | ... |
| LLANFAIRPWLLGWYNGYLLGOGERYCHWYRNDROBWLLLLANTYSILIOGOGOGOCH | declares a variable | LLANFAIR... &var:avocados; |
| END | ends the program (mandatory) | ... |
| HIPPOMONSTROSESQUIPPEDALIOPHOBIA | raises an exception | HIPPOMONSTROSES... &exception; |
| WILD | activates Wild Mode (see Wild Mode section) | WILD; |
| SPELL | makes the following spell given | SPELL &wingardium leviosa; |
| CAST | casts the last spell on the given variable | CAST &var; |
| BLAZON | start of a function (see Function Declerations section) | BLAZON &func, |
| BLAZONEND | end of a function | BLAZONEND; |
| YEAR10 | lets user input something, then store it in an input list | YEAR10; |
Numeral system used
The numeral system used in AbsoluteZero is a custom one I made, which I call Llanfairhippotrosesry (Base-32). It has numbers 0-9, but numbers 10 to 16 is A-F. then 16-22 is written in the Early Cyrillic script, which is Ѧ-Ф (had to change the A to Little Yus). 22-28 is written in the Armenian script, which is Ա-Զ (the Armenian alphabet is like a, b, g, d, e, z for some reason). And 28-32 is in the Gothic script, which is 𐌰-𐌴 (the Gothic alphabet is also weird, like a, b, g, d, e). So far, these are all single letters, in the ones place (32 ^ 0). But of course, the Llanfairhippotrosestry system would have other numerical place values. The next place is the 32s place (32 ^ 1). 32 in this system is 𐌴, 33 is 𐌴1, 40 is 𐌴A, 50 is 𐌴д, and so on. After the 32s place is the 1024s place (32 ^ 2). Then the 32768s place (32 ^ 3). The numbers get big real fast.
| 1073741824s place | 33554432s place | 1048576s place | 32768s place | 1024s place | 32s place | ones place |
|---|---|---|---|---|---|---|
| 32 ^ 6 | 32 ^ 5 | 32 ^ 4 | 32 ^ 3 | 32 ^ 2 | 32 ^ 1 | 32 ^ 0 |