Hacker News new | ask | show | jobs
by lincpa 2588 days ago
Using `The Pure Function Pipeline Data Flow`, Concurrent Programming is very easy and natural.

[The Pure Function Pipeline Data Flow](https://github.com/linpengcheng/PurefunctionPipelineDataflow)

1 comments

Unreal, I recall seeing this a while back but I forgot to bookmark it and couldn't find it again. I really think that the actor model and functional pipelines are the correct way to do concurrency in most software these days. The actor model can be used to encapsulate mutable state when needed and functional pipelines otherwise.