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*

11
  • 1
    \$\begingroup\$ I think you need to specify a standard QWERTY layout if you want this to be a fair challenge. I suggest using this one. \$\endgroup\$ Commented Mar 3, 2014 at 12:09
  • 8
    \$\begingroup\$ @JanDvorak We are waiting for your solution ;) \$\endgroup\$ Commented Mar 3, 2014 at 12:29
  • 3
    \$\begingroup\$ I don't fully understand. If string manipulation is prohibited, does it mean that stdin is out of the question? So I have to implement some low-level keyboard IO that reads keypresses? This also disqualifies brainfuck, which only reads strings from the stdin. What about stdout, can I send strings to the stdout or do I need to code a keyboard driver of sorts which simulates pressing a different key? \$\endgroup\$ Commented Mar 3, 2014 at 13:03
  • 1
    \$\begingroup\$ @fejesjoco are you referring to the last sentence? I read that as "STDIN must be read from and STDOUT written to without buffering" \$\endgroup\$ Commented Mar 3, 2014 at 13:41
  • 2
    \$\begingroup\$ As an aside, your questions seem to always generate a large discussion in the comment thread. Maybe it is a sign you should be using the sandbox more? \$\endgroup\$ Commented Mar 3, 2014 at 14:51