Arts
Business
Computers
Games
Health
Home
Kids and Teens
News
Recreation
Reference
Regional
Science
Shopping
Society
Sports

   Home / Computers / Programming / Languages / Functional
  Categories
  • Research (23)
  • Computers/ Programming/ Languages/ Aleph@ (1)
  • Computers/ Programming/ Languages/ ML/ Caml@ (1)
  • Computers/ Programming/ Languages/ Clean@ (6)
  • Computers/ Programming/ Languages/ Erlang@ (315)
  • Computers/ Programming/ Languages/ Logic-based/ Functional_Logic@ (8)
  • Computers/ Programming/ Languages/ Haskell@ (40)
  • Computers/ Programming/ Languages/ Leda@ (5)
  • Computers/ Programming/ Languages/ Lisp@ (486)
  • Computers/ Programming/ Languages/ Lisp/ Logo@ (43)
  • Computers/ Programming/ Languages/ Lua@ (13)
  • Computers/ Programming/ Languages/ ML@ (26)
  • Computers/ Programming/ Languages/ Mercury@ (3)
  • Computers/ Programming/ Languages/ Miranda@ (11)
  • Computers/ Programming/ Languages/ ML/ Objective_Caml@ (4)
  • Computers/ Programming/ Languages/ Oz@ (2)
  • Computers/ Programming/ Languages/ POP-11@ (6)
  • Computers/ Programming/ Languages/ Pliant@ (15)
  • Computers/ Programming/ Languages/ REBOL@ (88)
  • Computers/ Programming/ Languages/ Lisp/ Scheme@ (131)
  • Computers/ Programming/ Languages/ Sisal@ (12)
  • Computers/ Software/ Spreadsheets@ (118)
 
   See Also
   Web Sites
  • Alcool-90 (FTP) - Alcool-90 is an experimental extension of ML with run-time overloading and a type-based notion of modules, functors and inheritance.
    ftp://ftp.inria.fr/lang/alcool
  • Aldor - A functional programming language in which types are first class values. Normal functions returning types reproduce the features of template classes of other languages. This site points to numerous projects around the world based on Aldor.
    www.aldor.org
  • Cayenne - A Haskell-like language with a powerful type system based on dependent types.
    www.cs.chalmers.se/~augustss/cayenne
  • Charity - 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).
    www.cpsc.ucalgary.ca/Research/charity/home.html
  • Eden - A functional language that aims at the programming of reactive systems and parallel algorithms on distributed memory systems.
    www.mathematik.uni-marburg.de/inf/eden
  • Extended ML - EML is a framework for specification and formal development of Standard ML programs.
    www.dcs.ed.ac.uk/home/dts/eml
  • FAQ for comp.lang.functional - Offers documentation as a frequently asked questions list. Also provides links to general topic, technical and other resources.
    www.cs.nott.ac.uk/~gmh//faq.html
  • FISh - A novel functional language that claims to be faster than C in some cases.
    linus.socs.uts.edu.au/~cbj/FISh
  • FP around the world - Claus Reinke's bookmarks on FP.
    website.lineone.net/%7eclaus_reinke/FP.html
  • Functional Beans Project - A project whose aim is to compile functional programs to Java bytecode and then interpret them as JavaBeans components.
    www.inf.ufrgs.br/~dubois/fbeans
  • Functional Programming in the Real World - a list of functional programs applied to real-world tasks
    www.research.avayalabs.com/user/wadler/realworld
  • Functional Programming Languages in Education - A collection of information on the use of functional programming in teaching.
    www.cs.kun.nl/fple
  • HAL - A strongly typed, weakly moded, constraint logic/functional language designed to support the construction and extension and use of new constraint solvers.
    www.csse.monash.edu.au/~mbanda/hal
  • HOP - A functional language with "name-based" interaction between software components.
    cui.unige.ch/OSG/research/Hop/hop.html
  • Hope - A small functional programming language, with polymorphic typing, algebraic types, pattern matching and higher-order functions.
    www.soi.city.ac.uk/~ross/Hope
  • ICFP 2002 - 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
  • Joy - 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/philosophy/phimvt/joy.html
  • Joy: AAA+ Software - Makes Joy, and free fully enabled evaluation version of Joy Developer: product descriptions, support, mail lists, FAQ, documentation, downloads, store.
    www.aaa-plus.com
  • Lemon - 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/~bhoward/lemon.html
  • Mondrian - A simple functional scripting language for Internet applications.
    www.mondrian-script.org
  • NESL: A Parallel Programming Language - NESL is a parallel language with functional flavor developed at Carnegie Mellon by the SCandAL project.
    www-2.cs.cmu.edu/~scandal/nesl.html
  • OPAL Project - 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, Obj, etc.
    uebb.cs.tu-berlin.de/~opal
  • Pizza - an extension of Java with functional features: parametric polymorphism, first-class (higher-order) functions, algebraic datatypes and pattern-matching.
    www.cis.unisa.edu.au/~pizza
  • PLAN: A Packet Language for Active Networks - A resource-bounded functional programming language that uses a form of remote procedure call to realize active networking.
    www.cis.upenn.edu/~switchware/PLAN
  • Q Equational Programming Language - An extensible functional programming language based on the term rewriting calculus.
    www.musikwissenschaft.uni-mainz.de/~ag/q
  • Readscheme.org - Resources for Functional Programming - A variety of research resources on functional programming languages, implementation, and applications of functional programming languages.
    readscheme.org
  • Rita Loogen - Member of Eden team. Articles.
    www.mathematik.uni-marburg.de/~loogen
  • The Abyss of Functional Language - a collection of links relating to FP
    compiler.kaist.ac.kr/~khchoi/fp.html
  • The Unlambda Programming Language - A functional language designed for obscurity
    www.eleves.ens.fr:8080/home/madore/programs/unlambda
  • Tutorial Papers in Functional Programming - John Hughes' list of FP-related tutorials and courses.
    www.cs.chalmers.se/~rjmh/tutorials.html
  • Wadler: Monads - Information on monads and functional programming
    www.research.avayalabs.com/user/wadler/topics/monads.html
  • What the hell are Monads? - A basic introduction to monads, monadic programming and IO.
    www.dcs.gla.ac.uk/~nww/Monad.html
  • Why Functional Programming Matters - John Hughes paper, dates from 1984, circulated as a Chalmers memo.
    www.cs.chalmers.se/~rjmh/Papers/whyfp.html

Google
1995-2015 © Stunning, Inc.