On Jan 20, 2008 9:51 PM, Ian Kelly <[EMAIL PROTECTED]> wrote:
> I think the mathematical tasks may be tiring to some, so I'm going to
> try something else this time.  The third task for Brainfuck Golf is to
> implement Unix sort.  The input is to be read as a sequence of ASCII
> lines, each terminated with a newline character (0x0A) and/or EOF
> (0x00).  The same lines are to be output in lexicographically sorted
> order, each terminated by a newline character.  The program can
> either:

Point of information:  The character 0x00 is the ASCII Null Character.
 There is no ASCII EOF character.  Unix has traditionally used 0x04
(End Of Transmission) to indicate end of file on character streams,
although it is not seen by programs.

Reply via email to