Save
...
Fundamentals of programming
Programming paradigms
Functional languages
Save
Share
Learn
Content
Leaderboard
Learn
Created by
Livi
Visit profile
Cards (5)
Functional
languages are a type of declarative language.
View source
Functional
languages

No
mutable
data structures
Use of structures like
mathematical
expressions
, where the same input will always result in the same output
Functions can call other
functions
and use the
output
of one function as the
input
for another
View source
Immutable
data structures

An attribute of
functional
programming languages that makes them ideal for processing
Big
Data
View source
Functional programming languages are commonly used in
distributed
processing
to ensure data integrity
View source
One example of a functional programming language is
Haskell.
View source