Live data from Hacker News

Writing a triple polyglot script

nkanaev.github.io

1–10 of 21 posts

Re: Writing a triple polyglot script

#6
Languages with eval() kind of give you a pass on this challenge.

A more impressive alternative would be writing nested interpreters in multiple languages... Or writing code which runs in one "language" and then self modifies to another language which runs and subsequently self modifies, and so on.

Re: Writing a triple polyglot script

#7
If you love this, you're going to positively squee at Poc||GTFO, if you haven't read it yet:

https://www.alchemistowl.org/pocorgtfo/

I mean, does HN filter out PoC||GTFO release announcements or something? I seem to remember there being mention that it might've hit the filter list ..

Re: Writing a triple polyglot script

#8
post #6

Languages with eval() kind of give you a pass on this challenge. A more impressive alternative would be writing nested interpreters in multiple languages... Or writing code which runs in one "language" and then self modifies to another language which runs and subsequently self modifies, and so on.

https://github.com/mame/quine-relay
Post reply on HN