World: r3wp
[View] discuss view related issues
older | first |
Ladislav 8-Jan-2012 [10730] | The quines in the library are string-based. That is not how the scripts in Rebol should look, as the documentation suggests. There were other sources of REBOL quines, I remember putting a couple of quines somewhere too, but it seems, that the corresponding pages have been either taken down or "cleaned" by some zealot. |
Geomol 8-Jan-2012 [10731] | If it's me "John", then I don't remember atm. If it comes back, I'll say so. |
Gabriele 8-Jan-2012 [10732x2] | Reichart, I think I wrote one of those. (I think we were talking here, and I threw something together so that we could play with it.) |
Maybe I have it in some old archive. Let me know if I should search. | |
Gregg 9-Jan-2012 [10734] | Didn't turn it up here. |
GrahamC 9-Jan-2012 [10735x2] | Some quines were posted to the mailing list |
Maybe the ones in question were on earlier incarnations of this world | |
Sunanda 9-Jan-2012 [10737] | Nothing relevant in my copy of the original REBOL world, nor its short-lived sucessor REBOL2, Nothing obvious on the Mailing list archive -- that goes back to mid-2000 which, I think, predates Reichart's involvement with REBOL. |
GrahamC 9-Jan-2012 [10738] | Rechart's involvement with Rebol predates Rebol ! lol |
Davide 25-Jan-2012 [10739] | Nice ! p: 0x0 img: make image! [200x200] loop 100000 [poke img p red p: (pick [100x0 0x200 200x200] random 3) + p / 2] view layout [image img] |
Endo 26-Jan-2012 [10740:last] | Very nice! |
older | first |