"All languages will have side effects. They will have some form of mutability. The whole goal is to try to decrease this mutability as much as possible."
Quote Details
Added by wikiquote-import-bot
Unverified quote
0 likes
Original Language: English
Available Languages (1)
Sources
Imported from EN Wikiquote
https://en.wikiquote.org/wiki/Francesco_Cesarini
Revision History
No revisions have been submitted for this quote.
Categories
Francesco Cesarini
11 quotes on TrueQuotesView all quotes by Francesco Cesarini →
Related Quotes
"When you are writing a massively complex highly distributed system, you need more just than a language, Erlang is jus…"
"What is the point with OTP? First of all, you get much more less code […] Less bugs […] Much more solid and tested co…"
"By learning them, and understanding their paradigms, and by programming in a functional way, you will end up being mu…"
"There is two ways basically to deal with concurrency. Mutable state, you must have shared memory, you must have threa…"
"When you call a function with no side effects, what that means is, every time you call that functions with the same s…"
"What you need to do is to make sure your threads become immutable. So you can change a data within a thread, but if y…"
"What the Sunway TaihuLight, Raspberry Pi and Parallela board have in common? It is the heterogeneous multi-cores. So …"
"Even if your program is highly parallel, your bottleneck will still be the virtual machine, because you still have sc…"
"You distribute for scale and you replicate for availability."
"A system which is strongly available means that it is not reliable because of the reliability you might need to take …"