Multi-base primes: Difference between revisions

Content added Content deleted
(New post.)
m (→‎{{header|Wren}}: Minor tidy)
Line 1,872: Line 1,872:
{{libheader|Wren-fmt}}
{{libheader|Wren-fmt}}
This takes about 1.6 seconds to process up to 4 character strings and 58 seconds for the extra credit which is not too bad for the Wren interpreter.
This takes about 1.6 seconds to process up to 4 character strings and 58 seconds for the extra credit which is not too bad for the Wren interpreter.
<syntaxhighlight lang="ecmascript">import "/math" for Int, Nums
<syntaxhighlight lang="wren">import "./math" for Int, Nums
var maxDepth = 5
var maxDepth = 5