Leonid Kovnatskiy
Results
3
issues of
Leonid Kovnatskiy
It really makes a difference, and probably unrelated to ADT to my understanding.
Dynamic languages are more FP-oriented when everything returns a value. More functional-oriented syntax: Ruby. Example: ``` var = if a > 3 then 5 else 7 end ``` (Actually, every...