Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
backup
Browse files Browse the repository at this point in the history
  • Loading branch information
andyczerwonka committed Mar 3, 2015
1 parent 4a3d623 commit 088c940
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion week1/andy.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ Functional programming can be daunting, but remember that it isn’t only for Ph
* Thank everyone for coming
* What does the community want?
* What is FP?
* Based on a simple premise with far-reaching implications: we construct our programs using only pure functions—in other words, functions that have no side effects. Think "a series of transformations".
* immutable & stateless (reasoning)
* higher-order function (reusability)
* ADT (correctness)
* ADT (compiler, correctness)
* laziness (generators, think infinite list of primes)
* The Internet is inherently lazy. Imagine that when you visit a page on a server, it had to generate all the pages that you can possibly view.
* Why FP?
Expand Down

0 comments on commit 088c940

Please sign in to comment.