Computer Science BooksFunctional Programming Books

Functional Programming by TyngRuey Chuang

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.

Author(s):

s21 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
Introduction to Functional Programming

Introduction to Functional Programming

John Harrison's 'Introduction to Functional Programming', This set of notes provides a very accessible introduction to the fundamental principles and methods of functional programming in general. The PDF begins with an investigation of lambda calculus as a theoretical framework for functional programming and proceeds further with the review of its application as a programming language. Types are considered in the notes just to give a glimpse into type systems and how they play their role in functional programming. This document serves as an introduction to ML: a meta-language that practically introduces the concepts of programming. It also covers the importance of proving programs correct by describing methods for the reliability of programs. Finally, effective ML covers the best practices and techniques to write robust and efficient functional programs. This book is a good reference for learners who want to understand both the theoretical underpinnings and practical application of functional programming.

s168 Pages
Introduction to Functional Programming

Introduction to Functional Programming

These lecture notes by Piyush P Kurur elaborates on various functional programming topics in depth. The contents of the following topics are functional programming-introduction, pattern matching, and some useful algorithms like The Sieve of Eratosthenes and the Fibonacci Series. Advanced topics include folding of lists, lambda calculus, modules, type inference, and type classes. Examples of practical applications, such as an expression evaluator and functions with variable arguments, will provide learners with a sense of how theoretical material might be applied in real-world situations. These detailed lecture notes are intended for readers who would like to go through functional programming in depth - both explanations and exercises.

sNA Pages