Skip to content

wgreenberg/quine.zip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quine.zip

Try the puzzle here!

A while ago, I found a website with a simple but devilishly difficult puzzle: given a minimal "programming" language, write a quine. Unfortunately I've since forgotten where to find the puzzle, so I rewrote it myself.

The language mentioned above is composed of two primitives:

  • print M: print the following M lines of input verbatim (and don't interpret them)
  • repeat M N: print the last M lines of output verbatim, starting N lines before the end of output.

As it turns out, these two primitives make up the LZ77 decompression algorithm used to unpack ZIP files, and so if you can make a quine out of these, you can theoretically write a ZIP file that unzips to itself. Cool beans!

Further reading (spoiler alert for those attempting the quine puzzle):

About

LZ77 quine puzzle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published