Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Real World Functional Programming with Kotlin

Real World Functional Programming with Kotlin

Ahmed Rizwan

January 19, 2019
Tweet

Other Decks in Programming

Transcript

  1. The Goal Go through a simple real world application dealing

    with control ?ow and errors, and demonstrate some functional techniques.
  2. The Approach The concepts used/applied should be available on all

    industry-accepted functional programming languages.
  3. Abstract DataTypes Option - Something or Nothing Either - Error

    or Success IO - Side ESects Try - Exception …