LINKS
changeset 330 c3d3461a5e77
parent 266 ca48ac1d3c3e
child 335 7e00d2b13b04
equal deleted inserted replaced
329:8a34b2ebc8cc 330:c3d3461a5e77
       
     1 Google index on datasets
       
     2 
       
     3 https://datasetsearch.research.google.com/
       
     4 
       
     5 ==================
       
     6 
     1 State by itself is quite harmless. However, mutable state is the big offender. Especially if it is shared. What exactly is mutable state? Any state that can change.
     7 State by itself is quite harmless. However, mutable state is the big offender. Especially if it is shared. What exactly is mutable state? Any state that can change.
     2 
     8 
     3 ====================
     9 ====================
     4 
    10 
     5 Why functional programming?
    11 Why functional programming?