Zack

Results 4 issues of Zack

In the Anagram README: > Given "listen" and a list of candidates like "enlists" "google" "inlets" "banana" the program should return a list containing "inlets". but not all exercises lay...

The README references the `number` function, but the others are only mentioned in the test suite. I'll try to put together a PR for this in the next couple of...

All but one of the tests check the return value of `slices` against a vector (the exception being `number

Hey. I recently started learning how to make cljs/rn apps, and this week started experimenting with core-async-storage. I didn't have any problems with it until the last couple of days....