|
|
|
|
|
by mikewarot
1098 days ago
|
|
Kevlin Henney - "when you introduce concurrency into a non-concurrent environment what you do is you change the laws of physics of your program, you change the nature of time"[1] This is a profound insight. It totally changed how I think about the nature of multithreaded and multiprocessor based programming. Also from Kevlin - Refactoring to immutability[2], which showed me exactly why you would want immutable "variables" [1] https://www.youtube.com/watch?v=Hi6ICEVVRiw [2] https://www.youtube.com/watch?v=APUCMSPiNh4 |
|