Home › Forums › kdb+ › Wordle kdb › Re: Wordle kdb
-
Some updates,
I did find some minor updates that can be made here:
1) I found a script of words that are being used in wordle, makes clean-up easier!q)wordz:system "curl https://gist.githubusercontent.com/cfreshman/a03ef2cba789d8cf00c08f767e0fad7b/raw/a9e55d7e0c08100ce62133a1fa0d9c4f0f542f2c/wordle-answers-alphabetical.txt";
2) I was also informed that we could use the following method as curl is linux specific.
q)wordz:"n" vs .Q.hg"https://gist.githubusercontent.com/cfreshman/a03ef2cba789d8cf00c08f767e0fad7b/raw/a9e55d7e0c08100ce62133a1fa0d9c4f0f542f2c/wordle-answers-alphabetical.txt"