Sponsored Links
Advanced Computer Science
UAT: Bachelor Computer Science Learn, Experience, Innovate
www.uat.edu
Functional Programming
Expert F#, Haskell, Scala & Erlang developers. Consulting/Training.
www.blacklightsolutions.com
Ph.D. in Computer Science
Verification, Security, Databases, Natural Language, and more
comlab.ox.ac.uk
Directory Sites
The 2002 International Conference on Functional Programming covers the entire spectrum of functional programming, from practice to theory, and from established functional programming languages (Scheme, ML, Haskell) to novel language designs and to the functional aspects of object-oriented or concurrent languages. October 4-6, 2002 Pittsburgh, PA, USA.
icfp2002.cs.brown.edu
Why Functional Programming Matters
John Hughes paper, dates from 1984, circulated as a Chalmers memo.
www.cs.chalmers.se
Tutorial Papers in Functional Programming
John Hughes' list of FP-related tutorials and courses.
www.cs.chalmers.se
A Haskell-like language with a powerful type system based on dependent types.
www.cs.chalmers.se
Functional language in which types are first class values. Normal functions returning types reproduce the features of template classes of other languages. Links to many projects around the world based on Aldor.
www.aldor.org
Researches programming environment where advanced language concepts and formal development methods are used to make production-quality software. Strongly typed, higher-order, strict, pure FL; so can be classed with ML, Haskell, and other modern FLs. But also has unique algebraic flavor in the tradition of languages such as CIP-L, and Obj.
uebb.cs.tu-berlin.de
Readscheme.org - Resources for Functional Programming
A variety of research resources on functional programming languages, implementation, and applications of functional programming languages.
readscheme.org
Member of Eden team. Articles.
www.mathematik.uni-marburg.de
Pure functional language based on function composition rather than application; concatenative language, very like Forth, inputs and outputs stacks, but with higher-level data types and sound mathematical foundation. [Open Source, BSD]
www.latrobe.edu.au
Offers documentation as a frequently asked questions list. Also provides links to general topic, technical and other resources.
www.cs.nott.ac.uk
Functional language with inductive and coinductive types. Based on simply-typed lambda calculus augmented with sums, products, and mu and nu constructors for least (inductive) and greatest (coinductive) solutions to recursive type equations.
www.cis.ksu.edu
A small functional programming language, with polymorphic typing, algebraic types, pattern matching and higher-order functions.
www.soi.city.ac.uk
Claus Reinke's extensive, well organized bookmarks on FP.
www.cs.kent.ac.uk
A novel functional language that claims to be faster than C in some cases.
linus.socs.uts.edu.au
Functional Programming in the Real World
Lists functional programs written primarily to perform to real-world tasks. Has pure programs (no side effects) and impure (some use of side effects). Languages: Caml, Clean, Erlang, Haskell, Miranda, Scheme, Standard ML.
homepages.inf.ed.ac.uk