PureScript by Example Exercise Solutions

Is there a resource with exercise solutions to the PureScript by Example book?

There are a few repos with solutions, but I couldn’t find a complete one.

An additional improvement would be to include unit tests in the companion repo for checking solutions. (At least for the testable non-proof exercises).

I found the exercism framework very nice for learning new languages. Each exercise is paired with tests, and you can compare answers with other users to check if you’re missing a more elegant solution. Would it be worthwhile to add the book exercises here? This also requires some research into whether custom problem-set tracks can be added.

I think https://github.com/beckyconning/purescript-by-example is complete, but definitely not for the updated fork of the book.

1 Like