Skip to content

How to explain the benefits Functional Programming to your imperative co-worker

Notifications You must be signed in to change notification settings

ltbinsbe/FPcourse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FPcourse

How to explain the benefits of Functional Programming to your imperative co-worker

Contents


  1. Referential Transparency (vs side-effects) -> Equational Reasoning
  2. Higher-order functions (foldr vs foldl)
  3. Lazy evaluation -> Tupling
  4. Strong recursion (working with trees, grammars)
  5. EDSLs (parser combinators)

About

How to explain the benefits Functional Programming to your imperative co-worker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published