Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 555 Bytes

readme.org

File metadata and controls

17 lines (12 loc) · 555 Bytes

sudoku-purescript

This is a sudoku solver with a minimal UI on top. The solver logic is a translation of Richard Bird’s implementation in Thinking Functionally with Haskell. A clojure version is here.

quick start

npm install

# dev (2 terminals)
spago build --watch
npm start # localhost:8000

# build
npm run build
npx http-server public # localhost:8080