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.

Required fields*

8
  • 2
    \$\begingroup\$ = what the heck? \$\endgroup\$ Commented May 23, 2017 at 8:47
  • 2
    \$\begingroup\$ 2 is the multiplication command? GS2 is weird :P \$\endgroup\$ Commented May 23, 2017 at 10:34
  • 1
    \$\begingroup\$ @EriktheOutgolfer executes the code for each of the input's character's code point o_O \$\endgroup\$ Commented May 23, 2017 at 12:15
  • \$\begingroup\$ @EriktheOutgolfer That sounds fancier than it is. is just map, and GS2 implements strings as lists of integers. \$\endgroup\$ Commented May 23, 2017 at 15:43
  • \$\begingroup\$ @ETHproductions GS2 isn't character-based; it interprets the source code as a raw byte stream, and there's usually no connection between the instruction and the CP-437 character the byte encodes. In x86_64 byte code, 2 is XOR... \$\endgroup\$ Commented May 23, 2017 at 15:48