DEV Community

Discussion on: Using scittle to solve wordle

Collapse
 
borkdude profile image
Michiel Borkent • Edited

Scittle is super cool but under-performing in its current state.

Before jumping to performance conclusions about scittle, I think it would be fair to do some more work to find out if the performance lag is attributable to the organization in the code, e.g. by comparing your existing solution in scittle vs normal CLJS.

See here for another scittle wordle:

babashka.org/scittle/wordle.html

Btw, you're also using a very old version of scittle from a year or so ago.
There have been significant performance improvements in SCI in the last year which also have been published to scittle.

github.com/babashka/scittle/releas...

Collapse
 
crinklywrappr profile image
Daniel Fitzpatrick

Looks like I have a follow-up article to write.

Collapse
 
crinklywrappr profile image
Daniel Fitzpatrick

Btw, you're also using a very old version of scittle from a year or so ago.

Fixed. Thanks for the feedback.