Albin Jose@suppo.fi to Programming@programming.dev · 2 years agoWhich programming language is hard to understand?message-squaremessage-square119fedilinkarrow-up173arrow-down112
arrow-up161arrow-down1message-squareWhich programming language is hard to understand?Albin Jose@suppo.fi to Programming@programming.dev · 2 years agomessage-square119fedilink
minus-squarenous@programming.devlinkfedilinkEnglisharrow-up15arrow-down1·2 years agoConcurrency is not easy if you need the output and exit status of the commands. Fire and forget concurrency/parallelism is easy in any language. It is when you need to sync state up that it becomes hard.
Concurrency is not easy if you need the output and exit status of the commands. Fire and forget concurrency/parallelism is easy in any language. It is when you need to sync state up that it becomes hard.