Want better links on DZone? We do, too! Login and vote now.
By bloid
via strangelights.com
Published: May 21 2008 / 05:58
When asking the question how does functional programming help me with concurrent programming? The standard response tends to be functional programming use immutable data structures, read-only data structures can be shared between threads without issues, end of problem. Except it isn’t.
Add your comment