TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

A Third Order Quine in Three Languages [2008]

1 点作者 jgeralnik大约 12 年前

1 comment

jgeralnik大约 12 年前
Incredible.<p>Save the program to a file and run: runhaskell quine.hs | python | ruby to get the original file.<p>If you look it through it's just a trivial extension of the "classical" quine. The function q prints it's arguments followed by printing a call to the function q with escaped arguments. Except instead of getting a single argument it gets 3, each of which is the corresponding function in a different language, and the function cycles to the next one.<p>See also <a href="http://blog.sigfpe.com/2011/01/quine-central.html" rel="nofollow">http://blog.sigfpe.com/2011/01/quine-central.html</a>