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.

Classese assasend objendclassese assasend objendtsend!

From Esolang
Jump to navigation Jump to search
This is still a work in progress. It may be changed in the future.

Classese assasend objendclassese assasend objendtsend! is an esolang by User:Hammy where everything is a class. (at least, what the creator thinks a class is...)

Etymology

The name is "Classes and objects!" when run through the Albuquerque challenge.

Commands

The program is many classes. The first class is executed first, but using commands you can run others early.

class ''program name''
 objects:
  # variables can go here. you can make classes in classes if you want lol
 methods:
  def main();
   # This is where your program goes. You can define functions in the methods section as well.

Objects/Variables

class.Var - Get a variable. 
set var = value
WIP