funlangs icon indicating copy to clipboard operation
funlangs copied to clipboard

Functional languages index

Results 8 funlangs issues
Sort by recently updated
recently updated
newest added

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