forum

Home / DeveloperSection / Forums / Why hasn't functional programming taken over yet?

Why hasn't functional programming taken over yet?

Anonymous User213308-Jul-2015
I've read some texts about declarative/functional programming (languages), tried out Haskell as well as written one myself. From what I've seen, functional programming has several advantages over the classical imperative style:

  1. Stateless programs; No side effects
  2. Concurrency; Plays extremely nice with the rising multi-core technology
  3. Programs are usually shorter and in some cases easier to read
  4. Productivity goes up (example: Erlang)

Imperative programming is a very old paradigm (as far as I know) and possibly not suitable for the 21st century

Why are companies using or programs written in functional languages still so "rare"?

Why, when looking at the advantages of functional programming, are we still using imperative programming languages?

Maybe it was too early for it in 1990, but today?

Updated on 08-Jul-2015
I am a content writter !

Can you answer this question?


Answer

1 Answers

Liked By