Fucker
Jump to navigation
Jump to search
Fucker is an esolang invented by User:None1 and inspired by Fuck you!, but it fucks the programmer instead of the user.
Syntax
Fucker is basically APLWSI, but it compiles the program to brainfuck, in order to fuck the programmer, it outputs Fuck you!
before compiling.
Examples
APLWSI interpreter
Any text can go here.
Quine (sort of)
Fuck you!
Quine (At least translated)
操你妈!
Compiler
Python
You don't have to pass the source code as argument because this is a no-code esolang. Just pass the output file name.
import sys f=sys.argv[-1] print('Fuck you!') open(f,'w').write('')