aboutsummaryrefslogtreecommitdiff
path: root/talks.html
blob: d7a7439e77907c69c6a230d50396b067e6936580 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
title: Talks
---

### Channeling the Inner Complexity

An essential requirement for writing programs that scale is to have
constructs to model concurrency in an understandable, safe, and
efficient manner. This talk presents an overview of various such
models available in Scala, and their impact on program structure and
complexity. It then explores a way to model concurrency with less
complexity with an implementation of Communicating Sequential
Processes (CSP), heavily inspired by goroutines, scala-async and
Clojure's core.async.

[slides [pdf]](talks/scala-channels.pdf) [[html]](talks/scala-channels.html)
[project escale](https://github.com/jodersky/escale)