I want to factorise integers, for example
41748850938502584251
I want to factorise this using brute-force. Given the short length of this number this should be possible.
What's a suitable programming language which supports an integer data type that has arbitrary length?