Brainrot (Yayimhere)

From Esolang
Jump to navigation Jump to search

brainrot is an esolang based on the evolution of television and the crisis of "OMG gen Z is doomed" when thye had the same with every other fricking gen, so basically its just saying "gen z not doomed lol".

a, b and c are strings, with all of them being valid in the BRATACER(BRAinrot Television And Content Evolution Representation) which is an syntax for string manipulation(explained later)

BRATACER(/bɹɑːtɛsɜːɹ/)

BRATACER is a syntax for repeating a change to an string:

  • / delete every evenly indexed char
  • \ delete every oddly indexed char
  • <empty string> if string already empty add an :
  • : copy the string and append to itself
  • ^ run the string as BRATACER then run :
  • (n copy nth char of strinand put in front of nth char
  • )n add n'th char to end of string
  • +n increment ascii of n'th char
  • ; separate commands

program and semantics

the program is 4 lines. looks like this:

a = ()
b = ()
c = ()
+()

where () is a placeholder. the first 3 lines are obvious. they set they respective string to () the last sets the halting string, if any of the string is equal to it it halts how the program works is a is runs as BRATACER with the stirng being b and afterwards b is ran on c then c is ran on b and a then thus processis redone until the program halts