[閒聊] quine
日前翻了翻這裡
http://www.nyx.net/~gthompso/quine.htm
印出自己的程式
把裡面的 C 程式改寫成 Ruby, 就變成
s='s=%c%s%c
printf s, 39, s, 39'
printf s, 39, s, 39
好像沒什麼意義
翻了一下 wikipedia
http://en.wikipedia.org/wiki/Quine_(computing)
or
http://en.wikipedia.org/wiki/Quine_%28computing%29
看到 JavaScript 可以這樣做
function a() { document.write (a + "\na();"); }
a();
忽然想到之前聽到的 Ruby2Ruby
是否可以靠那東西達到類似的手法…?
改天來試試看,Ruby2Ruby 能玩哪些花枝(誤)
--
By Gamers, For Gamers - from the past Interplay
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 220.135.28.18
→
01/19 22:46, , 1F
01/19 22:46, 1F
推
01/19 23:01, , 2F
01/19 23:01, 2F
推
01/20 01:12, , 3F
01/20 01:12, 3F
討論串 (同標題文章)
Ruby 近期熱門文章
PTT數位生活區 即時熱門文章