BLUE
TPunchi.org

Learning Go was a fascinating experience for me. While the language drives me crazy in dozens of ways, pretty much every weird idiosyncrasy was introduced to solve a very real practical problem. And it completely uprooted the way I think about concurrency and parallelism.

0
EMelfsternberg.bsky.social

On the other, Rust's demands of concurrency and asynchrony, along with its comprehensive memory model, puts demands on my knowledge for which I lack the prior skills. So every textbook is a combination of lots of "Yeah I know that" yawns combined with regular "What the fucks!?"

1

Back when rust was still under heavy construction, "they" sold it to me as the concurrency of Erlang with the type safety of an ML and the speed of C++. While you *can* use FP paradigms in almost every language now that isn't how most programmers approach task decomposition (alas)

0
ANadolfont.bsky.social

"The key point of Elixir is concurrency and the concurrency model." Joe Armstrong youtube.com/watch?v=7BUO...

0
BCbydgosz.bsky.social

Add name Add v2 name Fix action name Fix artifact name Swap actions order Fix concurrency Fix concurrency 2 Fix concurrency 3 test test test tset aaaa a aaa

1
Pmoriken.dev

おっ、Concurrency Control だ! ちょうど知りたかったやつ。 #tng45

0
Ttfox.bsky.social

Once you master channels & wait groups, concurrency is fast, easy, and cheap.

1