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.

LinuxLang

From Esolang
Jump to navigation Jump to search

LinuxLang is an esoteric programming language designed and implemented by User:Local Kings. It was inspired by script kiddies who think that Linux is a programming language.

Source

Examples

Hello, world

linux Hello, world!

Foobar with variables

li foo_var foo
li bar_var bar
linux {foo_var} {bar_var}

User input

linux Enter variable
li a !inu
linux Variable is {a}

More examples are in the github page