Functional Programming

Why Trust Techopedia

What Does Functional Programming Mean?

Functional programming is a software development model. It estimates and applies mathematical functions, rather than state or mutable data and imperative code threads. The real origins of functional programming are lambda calculus and formal system sciences, which apply function definition, application and recursion.

Advertisements

Techopedia Explains Functional Programming

Functional programming makes language code threads result in the same values, regardless of the time or machine running the code thread. This is not the case with imperative function programming, which often has unpredictable program responses.

Many (most?) commercial software developers, often inexperienced with mathematical models, apply imperative function programming rather than functional programming. This results in crash-vulnerable commercial programs with unacceptable responses.

Functional programming can be realized in any language, even one not designed with default functional programming structures.

Advertisements

Related Terms

Margaret Rouse
Editor

Margaret jest nagradzaną technical writerką, nauczycielką i wykładowczynią. Jest znana z tego, że potrafi w prostych słowach pzybliżyć złożone pojęcia techniczne słuchaczom ze świata biznesu. Od dwudziestu lat jej definicje pojęć z dziedziny IT są publikowane przez Que w encyklopedii terminów technologicznych, a także cytowane w artykułach ukazujących się w New York Times, w magazynie Time, USA Today, ZDNet, a także w magazynach PC i Discovery. Margaret dołączyła do zespołu Techopedii w roku 2011. Margaret lubi pomagać znaleźć wspólny język specjalistom ze świata biznesu i IT. W swojej pracy, jak sama mówi, buduje mosty między tymi dwiema domenami, w ten…