Completed
spore
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Function Passing Style - Typed, Distributed Functional Programming
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 My PhD work
- 3 Goal of this work
- 4 Research project
- 5 Fundamental idea
- 6 Actor systems
- 7 Function passing stuff
- 8 A good paper
- 9 Its timeless
- 10 What makes a distributed system
- 11 A better approach
- 12 Keep communication explicit
- 13 Two whoops
- 14 siloref
- 15 silo
- 16 spore
- 17 spore header
- 18 spores and closures
- 19 function literals
- 20 Scala Improvement Document
- 21 Under the Covers
- 22 New SiloRef
- 23 Apply Method
- 24 Silos
- 25 Fault Tolerance
- 26 Reconstructing
- 27 Summary
- 28 Solution
- 29 Spark
- 30 Abstraction
- 31 Decomposition
- 32 Intuition for performance
- 33 Side effects
- 34 Questions