Hacker News new | ask | show | jobs
by krystalgamer 49 days ago
the example is atrocious, seems like erlang actor model but for python.
1 comments

It is Erlang inspired. They write

> One of the enabling technologies for BOC is Erlang-style send and selective receive.

And the example with match, receive, case is a few lines below. It's more or less what one would write in Erlang.