funlangs
funlangs copied to clipboard
Functional languages index
Other depends on much more deep knowledge meanings of these features that I have not yet.
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...
OCaml has + there