Hacker News new | ask | show | jobs
by devoutsalsa 1838 days ago
Speaking only for myself, I really start to miss the concurrency options in Elixir when I start coding in something else. I start trying to mash concurrency into the other language & dreaming of GenServers & receive functions.
2 comments

Have you look at the actor model inside DAPR?
I miss pattern matching