smotslang

From Esolang
Jump to navigation Jump to search
Note that smotslang is typically lowercased except, often, at the start of a sentence.

smotslang (stylized in all lowercase) is a programming language designed around using commands with names related to smots gaming, a niche cultural phenomenon from the indie game Celeste. It uses various smots-related words seperated by whitespace to simulate various I/O commands, loops, and memory cells.

List of valid commands

  • crumble [number] to store that number in the current memory cell.
  • Anything with -- as the first 2 characters: skip until the next command that includes a --. Effectively makes -- a comment.
  • climb to add 1
  • and more...

External Resources