I have a super-basic Halogen UI for a sudoku solver
Here it is for the curious. (Ctrl+click to enter your own puzzle)
Right now, the whole thing freezes up while a solution is computed, for the harder to solve puzzles this is quite noticeable. It seems like the ideal place to shove a Web Worker.
I think I know how I might accomplish this entirely through FFI. If, however, anybody has beginner-friendly examples of doing this with PureScript (perhaps even Halogen Specifically), I’d be interested.
If anybody has seen success with a specific library, I’d be interested in that too.