This repository is a tutorial collection showcasing functional programming concepts across multiple languages (Haskell, OCaml, Scala, Scheme, Clojure, Python). It provides reusable code snippets, examples, and case studies to illustrate FP ideas in a comparative manner. The purpose of this tutorial is to illustrate functional programming concepts in many languages by providing reusable and useful snippets of code, examples, case studies and applications. The project’s web site was updated and improved with a table of contents on side-bar. In addition, the new layout makes reading easier to read and browse the content. Those pages in the theme are in the gh-pages branch which can easy be downloaded for offline usage.
Features
- Illustrates functional programming paradigms across languages (Haskell, OCaml, Scala, Clojure, Scheme, Python)
- Contains reusable code examples and patterns for learning FP
- Organized as a progressive, ongoing tutorial
- Includes accompanying website (gh‑pages) with table of contents for easy browsing
- Licensed as public domain (Unlicense) for unrestricted use
- Supports both statically-typed and dynamically-typed functional codebases