core-logic

2018-09-15T13:17:45.000100Z

If there something like ntho available or any suggestions about how to implement it?

2018-09-15T13:18:27.000100Z

I just need a logic express to check that an element is at a certain index of a vector

2018-09-15T17:20:06.000100Z

Never mind that was the wrong approach, I'll try a few more things first I might be close already

2018-09-15T17:21:09.000100Z

In short I would like to have something that given a scrabble configuration and a list of letters return all the possible valid words

2018-09-15T17:22:23.000100Z

So given with configuration "h_ll_" and letters "hello" it would return trivially just ("hello")

2018-09-15T17:23:06.000100Z

It can be modelled similarly to sudoku actually and I think I'm close