|
Functional programming - Wikipedia, the free encyclopedia
In computer science, functional programming is a programming paradigm that treats computation as the evaluation of mathematical functions and avoids state and mutable data. It emphasizes the applica...
en.wikipedia.org/wiki/Functional_programming |
|
An article about functional programming. ... I don't know about your list, but a large chunk of the articles in mine are about functional programming. These generally are the hardest to get through.
|
||
|
This section explains the basic concept of functional programming; if you're just interested in learning about Python language features, skip to the next section. ... Functional programming decomposes a problem into a set of functions. Ideally, functions only take inputs and produce outputs, and don't have any internal...
|
||
|
Functional languages push those limits back. In this paper we show that two features of functional languages in particular, higher-order functions and lazy evaluation, can contribute greatly to modularity. ... Since modularity is the key to successful programming, functional languages are vitally important to the real world.
|
||
|
Journal of Functional Programming is the only journal devoted solely to the design, implementation, and application of functional programming languages, spanning the range from mathematical theory to industrial practice.
|
||
|
Why Functional Programming Matters. John Hughes. ... Notes on Functional Programming with Gofer by H. Conrad Cunningham ... Introduction to Functional Programming using Gofer, by P.E.Wentworth (100 pages).
|
||
|
Comp.lang.functional is an unmoderated usenet newsgroup for the discussion of all aspects of functional programming languages, including their design, application, theoretical foundation, and implementation. Articles posted to this (and other) newsgroups are archived on the web at:
|
||
|
Functional programming is a style of programming in which the primary method of computation is the application of functions to arguments. The aim of this course is to review some of the basics of functional programming, using the modern functional language Haskell.
|