Arithmetic.isPrime (1000 ^ 1000) HANGS SYSTEM
Maximal JS integer number (applies to Elm too) is 2^53 - 1. 1000^1000 is almost 2^9966. This won't work without unlimited precision integers like this.