Every time I peek at the code from something by Mr. Endoh, I end up down a rabbit hole and learn something. I look forward to what this one brings. Probably looking into this Piet language: https://www.dangermouse.net/esoteric/piet.html
Another awe-inspiring quine of his, from about a decade ago, is the 128-language ouroboros quine:
If you like quines with a visual output like this, I recently taped out an self-reproducing ASIC which displays it's own Verilog source over VGA.
https://github.com/jar/ttsky26a_prime_quine
Could use vonori / conformal map[0][1] in order to support the decomposition of a complex problem into individual parts/piet blocks. aka go from base 2 gotos to base N gotos.
6 comments
[ 0.23 ms ] story [ 20.8 ms ] threadAnother awe-inspiring quine of his, from about a decade ago, is the 128-language ouroboros quine:
https://github.com/mame/quine-relay
You may view the simulated output: https://vga-playground.com/?repo=https://github.com/jar/ttsk...
--------
[0] : Conformal Mapping by Computationally Efficient Methods : https://cdn.aaai.org/ojs/7676/7676-13-11206-1-2-20201228.pdf
[1] : dictionary of conformal mapping : https://web.archive.org/web/20130407075256/http://math.fulle...
"considered harmful" [gotos/globals/etc] : http://en.wikipedia.org/wiki/Considered_harmful
"A case against the GO TO statement" : https://www.cs.utexas.edu/~EWD/transcriptions/EWD02xx/EWD215...