Email or username:

Password:

Forgot your password?
Andrew Tropin

Found a nice talk on concurrency. It has a very brief comparison of different concurrency models, like Erlang's Actors, Hoare's CSP, Go's goroutines, Clojure's core.async, Concurrent ML (aka Fibers in Guile).

Primary focus on Concurrent ML (but examples are in Scheme with type annotations ><).

youtu.be/pf4VbP5q3P0

#go #golang #clojure #lisp #guile #scheme #ocaml #concurrency #erlang

4 comments
Detlev Zundel

@abcdw Ah, from Michael Sperber. I think I ran across his name for the first time in the vicinity of the scsh project - which I still cherish highly 😂

Thanks for the link - it is on my to view list now!

Michael Misamore

@abcdw Actors and CSP cover the first four of those. Not sure about ML.

Go Up