Another Silly programming puzzle....

Ravindran Ramachandran rr at sun2.cs.uh.edu
Sun Apr 9 02:53:10 AEST 1989


In article <1744 at aucs.UUCP> 850347s at aucs.UUCP (Hume Smith) writes:
>reeder at reed.UUCP (Doug Reeder) almost, but not quite, wrote
>}- program decode(input, output, code, plain);
>}- [ ... ]
>}- end.
>
>exactly why i hate pascal - a hundred lines of illegibility instead of the
>2 or 3 you'd have in C.
>
>i wonder if i can do this in Lisp...

Write a parallel program to implement this:
Use 27 nodes. Each node is sent the corresponding character, and it outputs
the ROT13ed character. Have a `manager' node to collect all the characters
back together and output it.

 -- Ravi.

Disclaimer: My computer typed this in when I was not looking.



More information about the Comp.lang.c mailing list