|
|
|
|
|
by whalesalad
651 days ago
|
|
I was looking for the same thing. A project like this really needs an `examples/` directory with a few projects to sink your teeth into. I've been thinking for years that if a project existed like this for Python it would take over the world. Golang is close, I guess. |
|
It looks like a close copy of Erlang APIs, albeit with the usual golang language limitations and corresponding boilerplate and some additional stuff.
Most interesting to me is it has integration with actual Erlang processes. That could fill a nice gap as Erlang lacks in some areas like media processing - so you could use this to handle those kind of CPU bound / native tasks.