Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 343 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 343 Bytes

Introduction to Functional Programming

In this quick introduction we will go through the main principles of Pure Functional Programming:

  • Referential Transparency, expressions vs statements
  • Functions, partial vs complete, currying
  • Domain Modelling
  • Type classes
  • Composition