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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

A Quine in Fortran 90

23 点作者 orph4nus超过 9 年前

5 条评论

emson超过 9 年前
Great, every language needs a Quine. Here&#x27;s one we created in Elixir: <a href="http:&#x2F;&#x2F;elixirgolf.com&#x2F;articles&#x2F;elixir-quine-self-replicating-program&#x2F;" rel="nofollow">http:&#x2F;&#x2F;elixirgolf.com&#x2F;articles&#x2F;elixir-quine-self-replicating...</a>
randlet超过 9 年前
Enjoyed the article. It made me pine for the days when I had time to dedicate a day to just <i>play</i> with code.
verandaguy超过 9 年前
I may be missing something, but isn&#x27;t a quine trivial when you use a language that allows for file I&#x2F;O (which I believe Fortran does have)? Or is the point of the &quot;challenge&quot; to avoid using file I&#x2F;O?
评论 #10690099 未加载
ISISIS超过 9 年前
print &quot;(2a, 2(&#x27;2459093414108622880,2821560280312525352,3180149544576887847,1684956475&#x27;, a))&quot;,2459093414108622880,2821560280312525352,3180149544576887847,1684956475;end
mkj超过 9 年前
I suppose string handling isn&#x27;t Fortran&#x27;s strong point!