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.
Esonaldo
Jump to navigation
Jump to search
Esonaldo Pereira
This is an esolang based on the lyrics of the brazilian singer Ednaldo Pereira.
It's currently only interpreted in python.
It has the following commands:
| Esonaldo command | python equivalent |
|---|---|
| hi respondeu | print(hi) |
| hi disse: "hello" | hi = "hello" |
| Number is the brother | number = 0 |
| String is the sister | String = "" |
| Number pergunta: say a number | Number = input("Say a number") |
| Number vale nada | Number = 0 |
| Number vale tudo | Number = 1 |
| Number vale 42 | Number = 42 |
| X vamos viver em igualdade com Y | X = Y |
| X e Y é igual ao que, Z? | z = x+y |
| X, entre Y e Z, qual é a diferença? | x = y-z |
| X what is the brother, y ou z? | if y>z:
y = 1 else: y = 0 |
| X what is the sister, y ou z? | if y<z:
y = 1 else: y = 0 |
| X fale o que quiser com Y | if str(y) == str(z):
y = 1 else: y = 0 |
| is good | Python doesn't have this, but it'll print the name of a variable |
| voce quer ser tudo X
e não é de nada |
if x == 1: |
| eu não vou parar de mesclar
enquanto X assim continuar |
while x == 1: |
github
link to the github page: esonaldo