Haskell

Introduction

Haskell is a standardized, general-purpose purely functional programming language, with non-strict semantics and strong static typing. It is named after logician Haskell Curry. In Haskell, "a function is a first-class citizen" of the programming language. As a functional programming language, the primary control construct is the function.

Notes

  1. Find the implementations of Haskell that we support below.

People

  1. Stuart Shapiro, instructor.

References

  1. http://en.wikipedia.org/wiki/Haskell_%28programming_language%29
  2. http://www.haskell.org/