Introduction

Functional programs are like mathematical expressions that are "executed" by simplifying them as much as possible. Functional languages are also tied together by featuring function values that are as easy to manipulate as more common data types, allowing them to be combined in interesting ways.

MultiParadigmLanguages usually emphasize functional programming.

"Why Functional Programming Matters", by John Hughes

Links for people interested in the math behind Functional Programming

FunctionalLanguages (last edited 2008-07-09 05:48:08 by localhost)