What does composability mean in context of functional programming?

Posted by Surya on Stack Overflow See other posts from Stack Overflow or by Surya
Published on 2010-05-22T04:59:59Z Indexed on 2010/05/22 5:10 UTC
Read the original article Hit count: 157

What do functional programmers mean when they say a certain thing is composable or not composable?

Some of the statements of this sort that I've read are:

  • Control structures are not composable.
  • Threads do not compose.
  • Monadic operations are composable.

© Stack Overflow or respective owner

Related posts about functional-programming

Related posts about programming-languages