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*

10
  • 1
    \$\begingroup\$ @toothbrush TI-BASIC is a tokenized language, so every token here is one byte, except for randIntNoRep( which is two. \$\endgroup\$ Commented Sep 13, 2015 at 19:28
  • \$\begingroup\$ +1 Ah, I've never seen TL-BASIC before. Thanks for letting me know \$\endgroup\$ Commented Sep 13, 2015 at 19:29
  • 1
    \$\begingroup\$ Although, it is a bit unfair, isn't it...? I should write a golfing language that requires only 1-4 bytes (the question ID), and then the parameters. It will pick the top answer in a language it understands, execute it (passing any parameters), and return the result... I wonder if that's breaking the rules? :-) \$\endgroup\$ Commented Sep 13, 2015 at 19:30
  • 1
    \$\begingroup\$ @toothbrush In TI-BASIC's defense: to the interpreter, it's no more unfair than Pyth and CJam's one-character commands, and TI-BASIC is more readable. \$\endgroup\$ Commented Sep 13, 2015 at 19:34
  • 2
    \$\begingroup\$ True. I dislike those kinds of languages, since solutions in almost every other language are longer... although I recently beat CJam with VB6! :-] \$\endgroup\$ Commented Sep 13, 2015 at 19:35