Computer Science BooksFunctional Programming Books

Type Theory and Functional Programming

Type Theory and Functional Programming

Type Theory and Functional Programming

Simon Thompson's Type Theory and Functional Programming explains the connection between type theory and functional programming. The book starts with an introduction to propositional and predicate logic, which gives a basis needed to understand type theory. It then leads on to functional programming and &

Author(s):

sNA Pages
Similar Books
Functional Programming by TyngRuey Chuang

Functional Programming by TyngRuey Chuang

Tyng-Ruey Chuang's "Functional Programming" gives a condensed summary of the leading concepts of functional programming. The basic concepts of functional programming are covered in this PDF and expose the core principles and paradigms. Among other things, it considers fold and unfold functions that are indispensable in the treatment of data structures in a functional manner. The paper also considers parameterized modules, which allow flexible and reusable parts of code. Main topics are function evaluation and binding, raw items of how functions work and interact in functional programming languages. Addressing these notions, Chuang's notes give a chance for brief but intensive introduction to the techniques and practices of functional programming.

s21 Pages
Functional Programming by Loyola Marymount University

Functional Programming by Loyola Marymount University

This is a resource provided by Loyola Marymount University on functional programming. It starts with a basic explanation and goes further into how one can make a shift from imperative programming to functional. The key topics it covers are higher-order functions, which are the backbone for doing functional programming in order to write abstract code reuse. This paper describes closures and purity, including side effects, in detail to apprise the reader about the value of immutability and functional purity. It describes both the functional and object-oriented programming paradigms, then it points to point-free programming, and concludes with an overview of the functional programming landscape. This should be a good reference for students and practitioners alike who want to know about the basics in functional programming and its theoretical underpinnings.

sNA Pages
Type Theory and Functional Programming

Type Theory and Functional Programming

Simon Thompson's Type Theory and Functional Programming explains the connection between type theory and functional programming. The book starts with an introduction to propositional and predicate logic, which gives a basis needed to understand type theory. It then leads on to functional programming and &

sNA Pages
Functional Programming III

Functional Programming III

This course note, from the University of Edinburgh and offered online, emphasizes from a very practical point of view how to apply basic functional programming concepts in a graphical environment. Major topics to be covered include recursion, abstraction, higher-order functions, and several different data types-how all these concepts can be used to solve problems is demonstrated. The note introduces theoretical aspects but underlines their practical relevance by showing how these can be put into practice within graphical programming contexts. Learners develop a solid, theoretically based understanding of functional programming principles and get real practical experience applying these principles to graphical applications. This resource takes an integrated approach in the way that it interrelates theory and practice, hence acting as a bridge from concepts of functional programming to real-life practice.

sNA Pages