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!
Interpreter
Python
import sys f=sys.argv[-1] print('Fuck you!') open(f,'w').write('')