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.

6
  • 1
    \$\begingroup\$ Wow! That output really takes you through the stages of the process. \$\endgroup\$ Commented Jun 6, 2018 at 11:35
  • 1
    \$\begingroup\$ @AJFaraday I left the -d argument by accident but it's an amazing tool to understand what happens on the stack when you're learning 05AB1E :-) \$\endgroup\$ Commented Jun 6, 2018 at 11:36
  • \$\begingroup\$ I'm beginning to understand how you could actually learn such a language ;) \$\endgroup\$ Commented Jun 6, 2018 at 11:37
  • 1
    \$\begingroup\$ Not sure if it's a valid output format with the empty item present, but 6 bytes. Maybe you see something to golf or pretty-print it and still save bytes? \$\endgroup\$ Commented Jun 6, 2018 at 15:02
  • 1
    \$\begingroup\$ @KevinCruijssen That's an interesting take. I'm not quite sure it's a valid output (none of the other answers are leaving empty items in the array). You could add õK at the end to remove those empty arrays (only solution AFAIK to remove empty items from an array) but you'd end up at 8 bytes as well. \$\endgroup\$ Commented Jun 7, 2018 at 7:37