KYS
Jump to navigation
Jump to search
KYS is a brainfuck-esque esolang made by WeCantRelate aka Parteh out of boredom in Ruby one night. Source code can be found here.
Commands
| Command | Effect |
|---|---|
| ) | adds 1 to the current memory pointed to |
| ( | subtracts 1 from the current memory pointed to |
| ! | moves the pointer by 1 |
| ? | moves the pointer back 1 |
| $ | adds the current pointer value as ascii to the output buffer |
| # | basically system.exit but prints the output buffer first |
| * | sets the current memory address to a random number between 0 and 255 |
| @ | Hello, World! is added to the output buffer |
| / | Crazy? I was crazy once! They locked me in a room, a rubber room. A rubber room with rats. Rats make me crazy. Crazy? I was crazy once! They locked me in a room, a rubber room. A rubber room with rats. Rats make me crazy. Crazy? I was crazy once! They locked me in a room, a rubber room. A rubber room with rats. Rats make me crazy. Crazy? I was crazy once! They locked me in a room, a rubber room. A rubber room with rats. Rats make me crazy.Crazy? I was crazy once! They locked me in a room, a rubber room. A rubber room with rats. Rats make me crazy. Crazy?- |
| < | starts a loop |
| > | ends a loop |
also tis' a shitty interpreter too :)
Examples
Hello world - @
Shitpost - /
RNG - *
Hello, World + RNG - @!*$
Shitpost RNG World - /@!*$
SHIIIIIITPOOOOOOST - ///////////