What is the shortest brainfuck quine?

1

(Apart from the empty program of course)

The shortest I could find was this 410 byte beauty:

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

2080

Posted 6 years ago

Reputation: 111

Question was closed 6 years ago

2

For reference, the shortest brainfuck quine in the linked question is 392 bytes, though you can get a bit shorter if you don't mind negative cells

– Jo King – 6 years ago

Feel free to contribute to this site in Brainfuck. – None – 6 years ago

No answers