If you've never used actors to write concurrent code, you've missed out on a glorious thing. You can even do it in older languages, like C, if you use a good messaging system (like ZeroMQ). See e.g. the CZMQ library, which provides actors in C.<p>Actors are one of those core models every developer should know, like finite state machines.