Skip to main content

Timeline for Add a language to a polyglot

Current License: CC BY-SA 3.0

20 events
when toggle format what by license comment
Apr 13, 2017 at 12:39 history edited CommunityBot
replaced http://codegolf.stackexchange.com/ with https://codegolf.stackexchange.com/
Mar 11, 2017 at 18:23 history edited Chance CC BY-SA 3.0
deleted 122 characters in body
Mar 11, 2017 at 16:52 comment added ETHproductions It works now \o/
Mar 11, 2017 at 16:29 comment added ETHproductions Hmm, doesn't seem to be working. Is it giving the same error? (I'm not sure how to debug it through TIO)
Mar 11, 2017 at 16:27 comment added ETHproductions @Chance I think the way japt-wrapper.js is set up causes it to expect code and input, and because we're not giving it input, it's using undefined instead. It's been updated on TIO now, so I'll check if it's working
Mar 11, 2017 at 15:56 comment added Chance @ETHproductions So the stand alone Japt doesn't have anything in Tio's input field either. You think it's maybe seeing an empty string?
Mar 11, 2017 at 15:41 comment added ETHproductions @Chance I believe the problem happens because Japt isn't getting any input, which breaks the internal input/flag parser. Hopefully this bug will be fixed when Dennis updates Japt on TIO.
Mar 11, 2017 at 15:32 comment added Chance @ETHproductions I've gotten as far as figuring out that Japt bombs out on line 607 of the japt-interpreter file with the error "Cannot read property 'm' of undefined". Something about a Japt.flag.m. Sincerely both Cubix and Japt are node.js programs, and cubix works, as well as Japt as a stand run, I think it's likely a switch that needs to be set when running Japt in the driver.
Mar 11, 2017 at 4:50 comment added clismique @RobertFraser But Python'll blow up because it'll only recognise ASCII characters, unless specified with another encoding, which will cause more problems down the line.
Mar 11, 2017 at 3:21 comment added Robert Fraser Emoji might be a good candidate; it ignores everything that's not an emoji.
Mar 10, 2017 at 20:20 comment added SnoringFrog @ETHproductions I have no idea. It came up in Chance's last answer, not sure if they have a better idea of what's going on.
Mar 10, 2017 at 18:22 comment added ETHproductions Awesome :-) Any idea what's wrong with Japt?
Mar 10, 2017 at 16:40 history edited Chance CC BY-SA 3.0
Added a node wrapper for Cubix, which worked even though Japt is still broken with an identical wrapper.
Mar 10, 2017 at 14:51 comment added Chance @WheatWizard Thanks for the suggestion! We're definitely starting to run low on ideas. Glypho looks workable as long as the aaba instruction doesn't error on an empty stack since this also happens to be Trigger's character agnostic jump code in line 2. If it does error, working an instruction into line one will be a difficult. Maybe a ~5 language solve just for that instruction. Not necessarily impossible though.
Mar 10, 2017 at 3:09 comment added Wheat Wizard May I recommend using Glypho at some point. It might be nice because it is mostly character agnostic.
Mar 9, 2017 at 20:57 history edited SnoringFrog CC BY-SA 3.0
added 10 characters in body
Mar 9, 2017 at 20:50 history edited SnoringFrog CC BY-SA 3.0
deleted 41 characters in body
Mar 9, 2017 at 20:43 history edited SnoringFrog CC BY-SA 3.0
added 2810 characters in body
Mar 9, 2017 at 20:14 history edited SnoringFrog CC BY-SA 3.0
deleted 62 characters in body
Mar 9, 2017 at 19:51 history answered SnoringFrog CC BY-SA 3.0