• vrek@programming.dev
      link
      fedilink
      English
      arrow-up
      35
      ·
      4 days ago

      Not quite this exact case but I love showing people https://github.com/mame/quine-relay

      It has 128 languages, it starts with ruby which prints out its own source code in Scala, then the Scala program executes to generate the next source code, repeat for 128 languages and eventually returns to the original ruby code.

      For extra fun, look at the source code on a large monitor.

      • Arthur Besse@lemmy.ml
        link
        fedilink
        English
        arrow-up
        5
        arrow-down
        1
        ·
        4 days ago

        amazing! it’s great to see that is still being maintained after so many years.