Christopher Hübner
02/15/2024, 8:41 AMGoetz Markgraf
02/15/2024, 9:46 AMmap
, filter
and so on
OOP Style
• Classes/Objects with distributed, mutable state
• using for
loops for list processing
this said, one can easily program with Java in a functional style and one can use kotlin to write OOP. So it is really not an issue of language or framework but of coding style.Ties
02/15/2024, 10:28 AMGoetz Markgraf
02/15/2024, 12:52 PMUberto Barbini
02/28/2024, 6:03 AMUberto Barbini
02/28/2024, 6:04 AMGoetz Markgraf
02/28/2024, 6:30 AMUberto Barbini
02/28/2024, 6:45 AMUberto Barbini
02/28/2024, 6:46 AMChukwuma Akunyili
03/20/2024, 9:18 PMRiccardo Cardin
03/21/2024, 6:09 AMsuspend
needs a coroutine scope to execute. In this sense, it's very similar to the IO
monad in the Cats Effect library.
Take a look at this article for more details: https://arrow-kt.io/learn/design/suspend-io/