Directory Help
Search only in Functional
Search the Web
Functional
Computers
>
Programming
>
Languages
> Functional
Go to Directory Home
Categories
Arc
(9)
BETA
(9)
Caml
(4)
Clean
(5)
CLOS
(6)
Compiled
(14)
Compilers
(6)
Dylan
(11)
Emacs Lisp
(100)
Erlang
(207)
FP
(2)
Functional Logic
(10)
Guile
(5)
Haskell
(76)
Interpreted
(17)
Leda
(4)
Lisp
(486)
Logo
(71)
Lua
(32)
Maple
(19)
Mathematica
(41)
Mercury
(4)
Miranda
(11)
ML
(61)
Objective Caml
(24)
Operating Systems
(6)
Oz-Mozart
(8)
Pliant
(6)
POP-11
(10)
R
(15)
REBOL
(125)
Refal
(5)
Research
(21)
S
(30)
Sather
(11)
Scheme
(141)
Sisal
(9)
Spreadsheets
(152)
Tcl-Tk
(103)
Web Pages
View in Google PageRank order
Viewing in alphabetical order
Afnix Programming Language
-
http://www.afnix.org/
A multi-threaded functional programming language with dynamic symbol bindings which provides a state of art runtime engine for 32- and 64-bit platform and a rich set of platform independent libraries, compatible with C++ runtime operations, automatic protection engine for shared objects. Successor of Aleph.
BitC Language Specification
-
http://www.bitc-lang.org/docs/bitc/spec.html
BitC is a systems programming language that combines the low level nature of C with the semantic rigor of Scheme or ML.
FAQ for comp.lang.functional
-
http://www.cs.nott.ac.uk/~gmh//faq.html
Offers documentation as a frequently asked questions list. Also provides links to general topic, technical and other resources.
Functional Programming
-
http://www.cs.kent.ac.uk/people/staff/cr3/FP/
Claus Reinke's , well organized bookmarks on FP.
Functional Programming in the Real World
-
http://homepages.inf.ed.ac.uk/wadler/realworld/
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.
http://imonad.com/arbol/
-
http://imonad.com/arbol/
Functional language developed mainly for Genetic Programming experiments. Inspired by ideas of other small, esoteric languages (Unlambda, Lazy K, Joy, Iota, Zot, ...), and pure functional Haskell.
http://linus.socs.uts.edu.au/~cbj/FISh/
-
http://linus.socs.uts.edu.au/~cbj/FISh/
A novel functional language that claims to be faster than C in some cases.
http://people.cis.ksu.edu/~bhoward/lemon.html
-
http://people.cis.ksu.edu/~bhoward/lemon.html
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.
http://pll.cpsc.ucalgary.ca/charity1/www/home.html
-
http://pll.cpsc.ucalgary.ca/charity1/www/home.html
Functional, categorical language, by University of Calgary, Canada. Innovative organization: based on theory of strong categorical datatypes divided into 2 subclasses: inductive (built up by constructors in the familiar way), and coinductive (broken down by destructors).
http://www.aldor.org/
-
http://www.aldor.org/
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.
http://www.cat-language.com/
-
http://www.cat-language.com/
Functional stack-based language inspired by Joy; main differences: Cat has static typing with type inferencing (like ML, Haskell), and term rewriting macro language extension language, MetaCat. Open-source, public domain.
http://www.cduce.org
-
http://www.cduce.org
An XML centric programming language with higher order, semantic subtyping, pattern matching and overloading, and open source implementation.
http://www.cs.chalmers.se/~augustss/cayenne/
-
http://www.cs.chalmers.se/~augustss/cayenne/
A Haskell-like language with a powerful type system based on dependent types.
http://www.latrobe.edu.au/philosophy/phimvt/joy.html
-
http://www.latrobe.edu.au/philosophy/phimvt/joy.html
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]
http://www.mathematik.uni-marburg.de/~eden/
-
http://www.mathematik.uni-marburg.de/~eden/
Parallel functional language to program reactive systems and parallel algorithms using distributed memory. Extends Haskell, but overrules lazy evaluation whenever needed to support parallelism.
http://www.soi.city.ac.uk/~ross/Hope/
-
http://www.soi.city.ac.uk/~ross/Hope/
A small functional programming language, with polymorphic typing, algebraic types, pattern matching and higher-order functions.
ICFP 2002
-
http://icfp2002.cs.brown.edu/
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.
Links: Linking Theory to Practice for the Web
-
http://groups.inf.ed.ac.uk/links/
Functional language to solve impedance mismatch problem by using one language for all 3 tiers of web programming: front-end browser, middle-tier server, back-end database; people, mail lists, papers, talks, wiki, downloads.
Mondrian
-
http://kahu.zoot.net.nz/
A simple functional scripting language for Internet applications.
NESL: A Parallel Programming Language
-
http://www.cs.cmu.edu/~scandal/nesl.html
Parallel functional language developed at Carnegie Mellon, SCandAL project. Most important new ideas: nested data parallelism, language based performance model.
OPAL Project
-
http://uebb.cs.tu-berlin.de/~opal/
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.
PLAN: A Packet Language for Active Networks
-
http://www.cis.upenn.edu/~dsl/PLAN/
Resource-bounded functional language that uses a form of remote procedure call to realize active networking. Part of the SwitchWare Project. Descriptions, documents, downloads, contacts, links.
Q Equational Programming Language
-
http://q-lang.sourceforge.net/
An extensible functional programming language based on the term rewriting calculus.
Readscheme.org - Resources for Functional Programming
-
http://readscheme.org/
A variety of research resources on functional programming languages, implementation, and applications of functional programming languages.
Rita Loogen
-
http://www.mathematik.uni-marburg.de/~loogen/
Member of Eden team. Articles.
Scala Programming Language
-
http://www.scala-lang.org/
General purpose programming language designed to express common programming patterns in a concise, elegant, and type-safe way.
The Pizza Compiler
-
http://pizzacompiler.sourceforge.net/
Java extension with functional features: generics (parametric polymorphism), function pointers (first-class (higher-order) functions), class cases and pattern matching (algebraic (data)types).
The Rise of Functional Languages
-
http://www.linuxjournal.com/node/1000217/
Brief article, explains what they are, and how and why their popularity is growing; with links and reader comments. Linux Journal.
The Unlambda Programming Language
-
http://www.madore.org/~david/programs/unlambda/
A functional language designed for obscurity
Tutorial Papers in Functional Programming
-
http://www.cs.chalmers.se/~rjmh/tutorials.html
John Hughes' list of FP-related tutorials and courses.
Wadler: Monads
-
http://homepages.inf.ed.ac.uk/wadler/topics/monads.html
Information on monads and functional programming
What the Hell are Monads?
-
http://web.cecs.pdx.edu/~antoy/Courses/TPFLP/lectures/MONADS/Noel/research/monads.html
Basic introduction to monads, monadic programming, and I/O.
Why Functional Programming Matters
-
http://www.cs.chalmers.se/~rjmh/Papers/whyfp.html
John Hughes paper, dates from 1984, circulated as a Chalmers memo.
Wikipedia: Functional Programming
-
http://en.wikipedia.org/wiki/Functional_programming
Encyclopdia article including a definition, comparison, history, and examples.
Help build the largest human-edited directory on the web.
Submit a Site
-
Open Directory Project
-
Become an Editor
The content of the Google directory is based on the
Open Directory
and is enhanced using Google's own technology.
The following Open Directory editors contributed to this category:
jarekadam
Modified by Google - ©2009 Google
Advertise with Us
-
Jobs, Press, Cool Stuff...