Pythonic FP with Coconut

Anthony Khong

09 August 2018

  1. Functional Programming
  2. Declarative Programming by Example
  3. Other Cool Features

Functional Programming

Immutability

Once assigned, a variable cannot change its value.

Immutability = Predictability

Declarative Programming

Declarative vs. Imperative

Say what things are rather than how things are done.

Sieve of Eratosthenes

Other Cool Features