Functional Programming With F#
Functional Programming With F#
Programming with F#
Instructor
Talha Saif
[email protected]
m
Example#
Imperative Programs = 90%
assignment
Functional Programs = 0% assignment
That makes FP 90 % shorter. Right?
(Contd.)
FP allows functions to act as values
and to pass them through other
functions.
(Contd.)
No distinction b/w data and functions.
FP languages offer unique features.
(some are borrowed from
Mathematics)
Example#
Offers Curried Functions
Offer Type Systems(much better
pow-weigh ratio)
More Performance
More Correctness