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.
Albabet
Jump to navigation
Jump to search
Albabet is a language similar to brainfuck, though not a substitution.
It uses a "cell", but there is only one.
| Character | Description |
|---|---|
| a | Increment the current value |
| b | Decrement the current value |
| c | Reset value to 0 |
| d | Set multiplier to current value and set value to 0 |
| e | Set multiplier to current value |
| f | Reset multiplier value |
| g | Multiply value by multiplier |
| h | Square the value |
| i | Print current value (ASCII value) |
| j | Adds cell value to multiplier |
Implementations
A C# Compiler by User:Threesodas.
A WPF version of the C# Compiler by User:Threesodas.
A tiny Java implementation by User:MajickTek