5 ms·
Currently, Scala is an impure language. There is some research going on how Scala can start checking and enforcing purity. Having an IO type constructor with t
by frowaway001 12y ago
Currently, Scala is an impure language.
There is some research going on how Scala can start checking and enforcing purity. Having an IO type constructor with the usual monadic convenience operations is one possibility, but people are actively looking into other approaches.
- Fiahil 12y agoThank you, I wasn't sure about enforcing purity, but now its clear :)