Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

5
  • 2
    \$\begingroup\$ I see great potential here, since // are comments in a lot of languages. \$\endgroup\$ Commented Oct 28, 2017 at 21:55
  • \$\begingroup\$ @Zacharý That's the only reason most of them are there. Right now, two are used for ><> and one for Beeswax. The ones in the first two columns don't do anything. \$\endgroup\$ Commented Oct 28, 2017 at 22:19
  • \$\begingroup\$ Can you explain the control flow for Beeswax? I want to see if it is suitable for this challenge. \$\endgroup\$ Commented Oct 31, 2017 at 12:53
  • \$\begingroup\$ @Potato44 It's a 2-d language that interprets the code as a bounded hexagonal grid, so pointers can move in 6 directions. Bees (pointers) are spawned by the characters */\_ and can be redirected in fixed directions or by mirrors or rotation. See here for more. \$\endgroup\$ Commented Oct 31, 2017 at 13:23
  • \$\begingroup\$ You can cut it by 1 byte because for the beeswax part the ; after the second backtick is not necessary. The Bee just runs off the honeycomb towards the right. \$\endgroup\$ Commented Jul 4, 2018 at 2:15