Slide 20
Slide 20 text
http://goo.gl/b9JkF
Immutable data
• “So, I can’t alter data.
How do I, you know, alter data?”
• Functions return a copy of the data you provide
with the transformations applied.
• With the capability let provides, you can keep
(or discard) successive values of your data as
you transform it, without affecting that data for
any other consumers of it. Great for concurrency!
Wednesday 15 May 13