Earlier quoted context omitted.
Brainfuck is fairly practical compared to Unlambda and INTERCAL.
Perhaps my favorite paragraph on all of wikipedia: INTERCAL has many other features designed to make it even more aesthetically unpleasing to the programmer: it uses statements such as "READ OUT", "IGNORE", "FORGET", and modifiers such as "PLEASE". This last keyword provides two reasons for the program's rejection by the compiler: if "PLEASE" does not appear often enough, the program is considered insufficiently poli…
Quine Relay
101–110 of 187 posts
Re: Quine Relay
#102Re: Quine Relay
#103Re: Quine Relay
#104I feel awful for pointing this out, but the author spelled Copyright incorrectly in the last line. Fortunately, he can correct it without blowing out his Ascii art by deleting the extra space between '##' and 'Quine'. I'd issue a pull request myself, but it'd be like me putting soy sauce on a piece of Jiro Ono's sushi. I am completely unworthy.
Re: Quine Relay
#105Re: Quine Relay
#106Earlier quoted context omitted.
I also know plenty of people who waste their intellect painting canvases, when they could be advancing the species by doing something practical. Shall we shed a tear for their wasted efforts as well? But of course not. Art is its own justification. And this program, my friends? This is art .
Art that only exists for the sake of existing, without intent to express, explore, or otherwise stimulate human mind - art of that sort is garbage. There are plenty of people who vehemently defend that garbage, but it doesn't make it any less wasteful use of human time and attention. Personally, I will never respect it simply because there was a lot of effort involved.
Eli Siegel explains in his great essay "The Serious Aspect of Snobbery":
Snobbery is the unwillingness to like something, unless at the same time it
makes one feel more important;...
[It] is the inability or lack of desire to appreciate justly.Re: Quine Relay
#107Earlier quoted context omitted.
possibly that someone clearly very smart wasted his/her intellect doing this, rather than advancing the species by curing obesity, heart disease and cancer?
If I make a ranked list of all the ways that people spend their time, I cannot imagine a sensible scoring algorithm that puts making a quine relay lower in value than posting an internet comment bitching about somebody making a quine relay.
Re: Quine Relay
#108That is both the most incredible thing I've ever seen, yet also by far the saddest thing I've ever seen. Props to the author for taking dedication to a whole new level. Link to a description of what this actually is: https://github.com/mame/quine-relay
Its not sad at all. Really good programmers can do things that ordinary programmers think impossible. This code was probably generated. Here is a paper on quine generation[1], and the authors have a very popular talk where they livecode a quine generator; that is, they livecode a program that generates an infinite list of quines[2] (source code from talk [3]). [1] http://users-cs.au.dk/danvy/sfp12/papers/byrd-holk-fr…
The code generator is included in the repo: src/code-gen.rb
Re: Quine Relay
#109Re: Quine Relay
#110I know we shouldn't care about the source, crazy-insane as he obviously is, but FWIW, the author is Yusuke Endoh, one of the Ruby core members. RubySource had an interview with him here: http://rubysource.com/meet-fifteen-ruby-core-committers/ He lists his "hobby in programming" as: "writing a Quine and enjoying esoteric programming."
https://github.com/tric/trick2013/blob/master/mame1/entry.rb
from TRICK2013 (The 1st Transcendental Ruby Imbroglio Contest for rubyKaigi)