Name: Anonymous 2011-01-02 8:27
Why do many large integer libraries store their data as a string of symbols instead of a block of integers native to the system? It seems to me that this would make bitwise operations rather difficult to implement.