Skip to content

Instantly share code, notes, and snippets.

@andykitchen
Last active August 29, 2015 13:57
Show Gist options
  • Select an option

  • Save andykitchen/9388094 to your computer and use it in GitHub Desktop.

Select an option

Save andykitchen/9388094 to your computer and use it in GitHub Desktop.
Multi-Language Quine Generator Puzzle
This came up in discussion with a couple of people
at the Melbourne Funtional Users Group
Problem:
Create a program that takes as input a list of languages, then outputs
a multi-quine that cycles through those languages in order.
e.g.
sequine ruby node ruby python | ruby | node | ruby | python | ruby | node | ruby | python
I already have a proof of concept solution.
This problem is probably easier than you might expect.
Please share this puzzle around.
Kind Regards
AK
@sordina
Copy link

sordina commented Mar 6, 2014

You just need a parameterised quine generator for each language right?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment