#Functional
4 notas · última:
Elixir
Elixir is a functional, concurrent language created by José Valim that runs on the BEAM virtual machine. It builds on Erlang's strengths — fault-tolerance, distribution, the actor model — while…
- ●
Erlang
Erlang is a concurrent, functional programming language created by Joe Armstrong, Robert Virding, and Mike Williams at Ericsson in 1986 to improve the development of telephony applications. It was…
- ●
F# and OCaml
F# and OCaml are both members of the ML language family — together with Standard ML, the three most prominent ML dialects today.
- ●
Functional Programming
Functional programming is a paradigm where programs are constructed by applying and composing functions. It is declarative: function definitions are expressions that map values to other values,…
