Matt's Blog

Is concurrency hard?

Fri May 5 11:50:20 BST 2006

  • [Erlang mailing list]
  • Concurrency is not hard, it is just a different way of modelling the world than we are used to with traditional programming languages. There are a number of other non-sequential programming paradigms
    • SQL = set theory
    • Event driven programming
    • object oriented programming
    • communicating sequential processes

[erlang]

[permlink]

code (24)

erlang (5)
ideas (19)
lisp (1)
me (11)
notes (4)
ocaml (1)
physics (45)
qo (7)
unix (6)
vim (3)