sofp icon indicating copy to clipboard operation
sofp copied to clipboard

A free book: "The Science of Functional Programming"

Results 14 sofp issues
Sort by recently updated
recently updated
newest added

The link to the book cover in the README file is broken.

Hello Sergei, When the book [defines](https://github.com/winitzki/sofp/blob/master/sofp-src/tex/sofp-induction.tex#L1353) `digitsToInt`, there could be an opportunity, either to replace `s.take(s.length - 1)` with `s.init`, or, if using `s.take(s.length - 1)` serves an essential purpose...

I have found your book to be fantastic so far. I appreciate you sharing this with the community and I am anxiously awaiting the remaining pages. I had a question...

This is a good idea so that the book can be linked and opened directly as opposed to having the user download a zip file and extract it.

Scala code examples in the book are not automatically checked for correctness. So, some of the code examples may contain errors that are difficult to spot manually. Initially, all code...

Most of the material in the book is unchanged when updating to Scala 3. However, some syntax changes need to be made, and some explanations may become simpler. - [...

- [ ] Go through all code examples and try to write them in Haskell instead of Scala. This will discover which code examples have no reasonable Haskell equivalent at...