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
  • \$\begingroup\$ Seems like Loke need some adjusting :-) Love your language. Was the bug in Arena.py that you had whitespace between ) and * or between * and number? \$\endgroup\$ Commented Sep 6, 2014 at 15:18
  • \$\begingroup\$ @Sylwester Much much worse. Loops going where they shouldn't be going: github.com/redevined/brainfuck/pull/6 \$\endgroup\$ Commented Sep 6, 2014 at 15:28
  • \$\begingroup\$ Congrats with #1. 92,5% win rate is going to be hard to match. \$\endgroup\$ Commented Sep 8, 2014 at 15:40
  • \$\begingroup\$ Well done, but isn't this shorthand abuse? The nested loops are effectively 21 factorial = 5*10^19. In other words it's effectively unexpandable into basic brainfuck. \$\endgroup\$ Commented Sep 8, 2014 at 20:00
  • 1
    \$\begingroup\$ @weston Yes. And most programs on the most developed BF Joust hill (codu.org/eso/bfjoust/in_egobot -- take a look at smartlock, for example) are even worse. It's not a particularly big deal, since this is sort of the point of shorthand. It makes strategies that would be unviable otherwise due to sheer length viable. :) \$\endgroup\$ Commented Sep 8, 2014 at 20:50