Slide 35
Slide 35 text
- You can query & manipulate processes, the basic unit of
execution in Erlang.
- That means, you can handle it as *data* and manipulate,
create, destroy, halt, garbage-collect them.
- You can see what a process is doing now, what it has
done before, who it talks to, who it monitors… pretty
much *everything*.
Activities as first-class citizens: