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.
Luathon
Jump to navigation
Jump to search
Luathon is an unimplemented Esolang that is Lua and Python mixed together. Programs from both work.
Hello World
print("Hello world")
Fun fact: This is the form in both Python and Lua!
Cat
Python
print(input())
Lua
print(io.read())
amo gus
a = io.read()
if a == "amo":
print("gus")
elif g = "gus" do
print("amo")
else:
print("")
end