computers  

Functional


Now2007.com on 2006 : Programming : Languages : Functional

  • Haskell @ (67) 08-12-01
  • Arc @ (9) 08-12-01
  • Compilers @ 08-12-01
  • Objective Caml @ (23) 08-12-01
  • Sisal @ (11) 08-12-01
  • Oz-Mozart @ (8) 08-12-01
  • Operating Systems @ (2) 08-12-01
  • Interpreted @ 08-12-01
  • Erlang @ (218) 08-12-01
  • Miranda @ (10) 08-12-01
  • Functional Logic @ (8) 08-12-01
  • CLOS @ (5) 08-12-01
  •  
  • Research (21) 08-12-01
  • BETA @ (8) 08-12-01
  • FP @ (2) 08-12-01
  • Spreadsheets @ (147) 08-12-01
  • Caml @ (3) 08-12-01
  • Refal @ (6) 08-12-01
  • Scheme @ (142) 08-12-01
  • Lua @ (34) 08-12-01
  • Logo @ (60) 08-12-01
  • Lisp @ (446) 08-12-01
  • Clean @ (5) 08-12-01
  • Tcl-Tk @ (100) 08-12-01
  •  
  • Sather @ (11) 08-12-01
  • POP-11 @ (8) 08-12-01
  • Pliant @ (8) 08-12-01
  • Mercury @ (4) 08-12-01
  • Leda @ (4) 08-12-01
  • REBOL @ (112) 08-12-01
  • ML @ (50) 08-12-01
  • Compiled @ 08-12-01
  • Dylan @ (15) 08-12-01
  • Guile @ (5) 08-12-01
  • Emacs Lisp @ (97) 08-12-01

  •   33 pages found in Functional:

    Afnix Programming Language - 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.
    www.afnix.org/

    Aldor - 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/

    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.
    imonad.com/arbol/

    BitC Language Specification - BitC is a systems programming language that combines the low level nature of C with the semantic rigor of Scheme or ML.
    www.bitc-lang.org/docs/bitc/spec.html

    Cat - 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.
    www.cat-language.com/

    Cayenne - A Haskell-like language with a powerful type system based on dependent types.
    www.cs.chalmers.se/~augustss/cayenne/

    CDuce - An XML centric programming language with higher order, semantic subtyping, pattern matching and overloading, and open source implementation.
    www.cduce.org

    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).
    pll.cpsc.ucalgary.ca/charity1/www/home.html

    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.
    www.mathematik.uni-marburg.de/~eden/

    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/

    Functional Programming - Claus Reinke's , well organized bookmarks on FP.
    www.cs.kent.ac.uk/people/staff/cr3/FP/

    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/wadler/realworld/

    Hope - A small functional programming language, with polymorphic typing, algebraic types, pattern matching and higher-order functions.
    www.soi.city.ac.uk/~ross/Hope/

    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

    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.
    people.cis.ksu.edu/~bhoward/lemon.html

    Links: Linking Theory to Practice for the Web - 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.
    groups.inf.ed.ac.uk/links/

    Mondrian - A simple functional scripting language for Internet applications.
    kahu.zoot.net.nz/

    NESL: A Parallel Programming Language - Parallel functional language developed at Carnegie Mellon, SCandAL project. Most important new ideas: nested data parallelism, language based performance model.
    www.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, and Obj.
    uebb.cs.tu-berlin.de/~opal/

    The Pizza Compiler - Java extension with functional features: generics (parametric polymorphism), function pointers (first-class (higher-order) functions), class cases and pattern matching (algebraic (data)types).
    pizzacompiler.sourceforge.net/

    PLAN: A Packet Language for Active Networks - 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.
    www.cis.upenn.edu/~dsl/PLAN/

    Q Equational Programming Language - An extensible functional programming language based on the term rewriting calculus.
    q-lang.sourceforge.net/

    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/

    Tutorial Papers in Functional Programming - John Hughes' list of FP-related tutorials and courses.
    www.cs.chalmers.se/~rjmh/tutorials.html

    The Unlambda Programming Language - A functional language designed for obscurity
    www.madore.org/~david/programs/unlambda/

    Wadler: Monads - Information on monads and functional programming
    homepages.inf.ed.ac.uk/wadler/topics/monads.html

    What the Hell are Monads? - Basic introduction to monads, monadic programming, and I/O.
    web.cecs.pdx.edu/~antoy/Courses/TPFLP/lectures/MONADS/Noel/research/monads.html

    Why Functional Programming Matters - John Hughes paper, dates from 1984, circulated as a Chalmers memo.
    www.cs.chalmers.se/~rjmh/Papers/whyfp.html

    Wikipedia: Functional Programming - Encyclopdia article including a definition, comparison, history, and examples.
    en.wikipedia.org/wiki/Functional_programming

    The Rise of Functional Languages - Brief article, explains what they are, and how and why their popularity is growing; with links and reader comments. Linux Journal. <small>(April 30, 2007)</small>
    www.linuxjournal.com/node/1000217/

    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. <small>(October 4, 2002)</small>
    icfp2002.cs.brown.edu/




    Help build the largest human-edited directory on the web.
      Submit a Site - Open Directory Project - Become an Editor  
    Loans - Credit Card - Mortgage - Secured Loans - Child Trust Funds
    Today: 21:32:43



    © 2007 Best viewed in Internet Explorer 5+ or Netscape 6+

    Recommended Sites: 1. Arts - Business - Computers - Games - Health - Home - Kids and Teens - News - Recreation - Reference - Regional - Science - Shopping - Society - Sports - World Miss Gallery - Top Anime Hentai - DVD rental by mail
    Copyright 2006 S: 2007-01-04