Skip to main content

Timeline for Add a language to a polyglot

Current License: CC BY-SA 3.0

11 events
when toggle format what by license comment
Jan 11, 2019 at 13:10 history bounty awarded stasoid
Aug 19, 2017 at 2:07 history edited Chance CC BY-SA 3.0
added 231 characters in body
Jun 12, 2017 at 18:31 history edited Chance CC BY-SA 3.0
edited body
Apr 13, 2017 at 12:39 history edited CommunityBot
replaced http://codegolf.stackexchange.com/ with https://codegolf.stackexchange.com/
Mar 17, 2017 at 23:55 history edited Chance CC BY-SA 3.0
deleted 8 characters in body
Mar 17, 2017 at 23:50 history edited Chance CC BY-SA 3.0
deleted 8 characters in body
Mar 17, 2017 at 23:19 comment added user62131 It's a syntax error, which has error code ICL000I. C-INTERCAL returns the error number as the exit code; it's just that 0 for a syntax error is indistinguishable from 0 for success. As for the chat room, let's discuss things here.
Mar 17, 2017 at 22:56 comment added Chance @ais523 Interesting that INTERCAL gave an exit code of zero in the test driver. Do we have a compiler discrepancy with Tio? I think a polyglot chat room is an excellent idea.
Mar 17, 2017 at 22:36 comment added user62131 Oh, and on the subject of Objective-C, I believe it's a strict superset of C (i.e. all C programs will run unchanged in Objective-C). Thus, adding it into the polyglot is going to have to rely on implementation-specific details somehow (such as evaluation order, which isn't specified in many cases in C); it's maybe not impossible, but it's going to be harder than normal. Perhaps we should create a chatroom for discussing polyglot ideas? Doing it in comments is awkward.
Mar 17, 2017 at 22:28 comment added user62131 Oh wow, I just realised how the Thutu works now. It's inputting EOF from stdin, and then misinterpreting that EOF as a command, which just happens to be the command to exit the program. (Meanwhile, the INTERCAL appears to be crashing with an error after printing output; there's likely a missing GIVE UP statement. That probably needs to be fixed.)
Mar 17, 2017 at 16:54 history answered Chance CC BY-SA 3.0