Skip to content
forked from winitzki/sofp

A free book: "The Science of Functional Programming"

License

Notifications You must be signed in to change notification settings

shankarshastri/sofp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

The Science of Functional Programming

This is the official source repository for the new book The Science of Functional Programming: A tutorial, with examples in Scala.

The book is a tutorial exposition of the theoretical knowledge that functional programmers need. The material is developed from first principles and contains complete explanations, derivations, and proofs of almost all required results.

Related video presentations

"Reasoning about types and code" illustrates some of the topics and methods of this book.

"What did category theory ever did for us (functional programmers).

"Parametricity properties of purely functional code"

Functional programming tutorials playlist Audio recordings with slides, showing an earlier version of the material in this book. Many notations and explanations have been revised and improved when writing up the book.

Source code

The book is published under the GNU Free Documentation License. Permission is granted to copy, distribute and/or modify this book under the terms of that license. For those unfamiliar with the GNU FDL: this means the book is free (as in "freedom") -- free to use, to copy, to modify, and to distribute -- and will stay free forever, because any modified copy must have full modified sources distributed under the same license.

This git repository contains the current PDF version (both the full uncorrected draft and the finished part of the draft) and also the full source code for the book (LyX / LaTeX / jpg / pdf) and shell scripts for building a PDF version of the book. So, this is a "transparent" copy in the sense of the GNU license; the source code of the book is in a format that is convenient to use and to modify.

This git repository also contains the slides for YouTube presentations that initiated the work on this book. The talk slides are not part of the book and are partially obsolete both in content and in the notation used.

Current status of the book

Chapters 1-10 as well as some appendices and discussion chapters are ready after a second proofreading of the draft. Chapter 14 is in preparation.

Leanpub version of the draft

The draft version is available for purchase on leanpub for people who want to be notified about updates.

Printed version of the draft

A printed version of the current draft can be purchased at lulu.com.

This printed version contains only the chapters whose text has been edited and proofread. It corresponds to the PDF file sofp-src/sofp-draft.pdf.

Readers are invited to create github issues in this repository and comment if they find something not clearly explained or wrong in the book, or if they wish to make comments or suggestions regarding the contents of the book.

Roadmap

  • Milestone 1 (achieved as of August 2019): chapters 1-6 are completed and available for purchase at lulu.com as a cheap (black/white) paperback.
  • Milestone 2 (achieved as of December 2019): chapters 1-9 are completed.
  • Milestone 3 (ETA: October 2020): chapters 10 and 14 are completed. The draft is available for purchase at lulu.com (black/white, cheaper) and at blurb.com (color, more expensive) in paperback.
  • Milestone 4 (ETA: End of year 2020): chapters 1-14 are completed and available for purchase at lulu.com (black/white, cheaper) and blurb.com (color, more expensive) as both paperback and hardcover versions.

Building a PDF version of the book from LyX sources

The current build of the full PDF file is available as sofp-src/sofp.pdf. It contains the proofread chapters as well as some chapters that are not ready and may contain some partial text and some older slides.

If you want to build from source, currently you need LyX 2.3.x and pdftk installed.

bash make_sofp_pdf.sh builds the PDF file sofp.pdf.

If you do not have LyX, you can simply build from the provided LaTeX sources using commands such as

pdflatex --interaction=batchmode sofp.tex
makeindex sofp.idx
pdflatex --interaction=batchmode sofp.tex

About

A free book: "The Science of Functional Programming"

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PostScript 55.3%
  • TeX 44.6%
  • Shell 0.1%