Super-d numbers: Difference between revisions

Content added Content deleted
Line 428: Line 428:
=={{header|Clojure}}==
=={{header|Clojure}}==
{{trans|Raku}}
{{trans|Raku}}
A more naïve implementation inspired by the Raku one, but without its use of parallelism; on my somewhat old and underpowered laptop, it gets through the basic task of 2 through 6 in about 6 seconds, then takes almost 40 to complete 7, and over five minutes for 8; with that growth rate, I didn't wait around for nine to complete.
A more naïve implementation inspired by the Raku one, but without its use of parallelism; on my somewhat old and underpowered laptop, it gets through the basic task of 2 through 6 in about 6 seconds, then takes almost 40 to complete 7, and about six minutes for 8; with that growth rate, I didn't wait around for nine to complete.


<lang clojure>(defn super [d]
<lang clojure>(defn super [d]