Skip to main content
10 events
when toggle format what by license comment
Jul 17, 2019 at 14:16 comment added val - disappointed in SE @YoYoYonnY Since when? All Lua 5.1-5.3 output to stdout…
Apr 6, 2019 at 22:31 comment added MilkyWay90 @IsmaelMiguel This means that outputting to STDERR only counts if that's your chosen output format.
Jan 27, 2017 at 14:35 comment added Ismael Miguel This is game-breaking for PHP, where <?=a; outputs a to STDOUT and Notice: Use of undefined constant a - assumed 'a' in [...][...] on line 3 to STDERR.
Jan 27, 2017 at 12:36 comment added drolex I think this shouldn't be allowed by default (but could be explicitly allowed on some challenges). I believe this goes against the spirit of some challenges such as this. On the other hand it could be explicitly forbidden but not everybody will think of this
Dec 29, 2016 at 18:29 comment added Esolanging Fruit The only problem I see with this is vagueness between what is written to STDERR by the "language" and what is written by the "program." If a distinction between those is not made, this would permit error quines and answers like this, which is questionably valid.
Jul 21, 2016 at 16:00 comment added wizzwizz4 This should go as standar... Ah. I see.
May 2, 2016 at 18:47 comment added Dennis Mod Forbidding output to STDERR seems incompatible with allowing output to the screen.
Jan 31, 2016 at 0:40 comment added yyny Can anyone give a comment as to why not to? For example, print("Hello, world!") in lua prints to STDERR.
S Nov 2, 2014 at 23:05 history answered Martin Ender CC BY-SA 3.0
S Nov 2, 2014 at 23:05 history made wiki Post Made Community Wiki by Martin Ender