6 bytes of useless element

From Esolang
Jump to navigation Jump to search

6 bytes of useless element is a esolang by User:Yayimhere, which is inspired by 3 bytes :v)

How It Works

Take the program's code. Remove the first character. Then, show the program with an 'f' appended to the start.

Example Programs

Quine:

f

or:

ff

actually any finite string of only f's is a quine any string that starts with f is a quine

fHello, World!:

 Hello, world!

"Is this program running in Brachylog" polyglot program with Brachylog:

|alse.

Interpreters

A 6BOUE interpreter in Element

_(#f``

A 6BOUE interpreter in brainfuck (assuming wrapping is enabled):

--[----->+<]>.,,[.,]

A 6BOUE interpreter in Python, Modified by User:Ractangle

def s(s):print("f" + s[1:])
s("input")

A 6BOUE interpreter in Momema

-9 102f+1=*-9 0*-9-9*0f=+1*0

A 6BOUE interpreter in Scratch: https://scratch.mit.edu/projects/1071220604/
A 6BOUE interpreter in Hum:

#`yest input`R!`f`R>>@

Replace the yest input with the input
S.B.M.F.B interpreter:

€(--[----->+<]>.,,[.,])run

​f implementation:

!f{i}

REG.TYPE = STR TRUE implementation:

#[0]![0]"f"o