sunflowerseastar / sudoku-purescript

translation of Richard Bird's sudoku solver + UI

Home Page:https://sudoku-purescript.sunflowerseastar.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

translation of Richard Bird's sudoku solver + UI

https://sudoku-purescript.sunflowerseastar.com


Languages

Language:PureScript 48.6%Language:CSS 37.4%Language:Dhall 11.3%Language:HTML 2.7%