Talk:Print itself

From Rosetta Code

Task appears to be redundant

It appears from the author's latest edit that what in fact is required here is a 'Quine'. As we already have a task for that (https://rosettacode.org/wiki/Quine), I suggest the author moves his Furor solutions over to that and I will delete mine. An administrator can then remove the draft task. --PureFox (talk) 18:32, 8 June 2020 (UTC)

Yes, I somewhat agree.   I had thought that the author was making a salient point about outputting the source of the program to the specifically mentioned   stdout   instead of just outputting the program's source (to the terminal, for instance).   If it does get removed, I'll update the Quine task to not include a Related task that points to this (draft) task.     -- Gerard Schildberger (talk) 19:39, 8 June 2020 (UTC)
I wasn't sure what to make of it at first. There was nothing to suggest it was a Quine (though I don't understand the Furor code) and there would have been no point in creating another Quine task anyway. I therefore assumed it was just asking for a solution which read the source code somehow and posted code accordingly. There may be some compiled languages which have a problem identifying what their source file is called (though not Go) and so, even if this is all the task were about, it did not seem completely pointless. --PureFox (talk) 20:38, 8 June 2020 (UTC)
Hi everybody, I'm very sorry! This is obviously my error! PureFox was quite right. I did not know anything about that abovementioned "Quine" task at all, excuse me! But now I moved my Furor solution over to that. However I do not think it would be necessary to delete this page. I've erased the additional-inserted sentence from the description, and created a small Furor program based on similar idea than that of PureFox's. Violazoli (talk) 21:00, 8 June 2020 (UTC)