Best coding language for dealing with large numbers (50000+ digits)
问题 Can you recommend good languages to do math with large numbers in? So far I've used Actionscript 2 and Objective-c and with Objective-c even using NSDecimalNumbers I was limited to 32 digits in my calculations... I would need at a minimum to be able to calculate with numbers fifty-thousand digits long. 回答1: Perhaps Haskell will appeal to you. 回答2: Python has arbitrary-length integers and uses them transparently, so you don't need any special code or classes for this. >>> len(str(math