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

Concurrency in the imperative and functional world

Scalone
November 17, 2015

Concurrency in the imperative and functional world

Presentation created for ITerior 2015 conference check http://iterior.com.br

Scalone

November 17, 2015
Tweet

More Decks by Scalone

Other Decks in Programming

Transcript

  1. Race Condition the output is dependent on the sequence or

    timing of other uncontrollable events
  2. Determinism - Same In => Same out no disk I/O

    no side effects no random() always the same result f(x)
  3. Determinism - Same In => Same out no disk I/O

    no side effects no random() f(x)