A question regarding the usefulness of languages (38)

23 Name: #!/usr/bin/anonymous : 2008-04-27 06:23 ID:zNlKZwQL

>>21
Have you read Beautiful Concurrency? I found STM to be a great example of controlled effects, monads and Haskell's type system. E.g. a function of type STM a cannot make any IO side-effects because the type system stops you at compile time, it can only read or write to TVars.
This thread has been closed. You cannot post in this thread any longer.