Strike directory section: Computers Programming Languages Functional Image Mp3 Ftp Kids News
MetaStrike.com, Advanced MetaSearch Engine
Multi Search Add Bookmark! Make MetaStrike Your Homepage




Home:   Computers:   Programming:   Languages:   Functional   

Category:


Alias:


Other Category:


Sites:

  •  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.
  •  Alcool-90 (FTP)  - ftp://ftp.inria.fr/lang/alcool/
     Alcool-90 is an experimental extension of ML with run-time overloading and a type-based notion of modules, functors and inheritance.
  •  Cayenne  - http://www.cs.chalmers.se/~augustss/cayenne/
     A Haskell-like language with a powerful type system based on dependent types.
  •  Aldor  - 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.
  •  Pizza  - http://www.cis.unisa.edu.au/~pizza/
     an extension of Java with functional features: parametric polymorphism, first-class (higher-order) functions, algebraic datatypes and pattern-matching.
  •  Mondrian  - http://www.mondrian-script.org/
     A simple functional scripting language for Internet applications.
  •  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.
  •  Rita Loogen  - http://www.mathematik.uni-marburg.de/~loogen/
     Member of Eden team. Articles.
  •  Joy  - 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]
  •  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.
  •  Lemon  - http://www.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.
  •  Scala  - http://lamp.epfl.ch/scala/
     A general purpose programming language with a special focus on web services. It combines object-oriented, functional and concurrent elements. It is a successor of Funnel. Java-based implementation.
  •  HAL  - http://www.csse.monash.edu.au/~mbanda/hal/
     A strongly typed, weakly moded, constraint logic/functional language designed to support the construction and extension and use of new constraint solvers.
  •  Eden  - http://www.mathematik.uni-marburg.de/inf/eden/
     A functional language that aims at the programming of reactive systems and parallel algorithms on distributed memory systems.
  •  Extended ML  - http://www.dcs.ed.ac.uk/home/dts/eml/
     EML is a framework for specification and formal development of Standard ML programs.
  •  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.
  •  What the hell are Monads?  - http://www.abercrombiegroup.co.uk/~noel/research/monads.html
     A basic introduction to monads, monadic programming and IO.
  •  Functional Programming  - http://www.cs.kent.ac.uk/people/staff/cr3/FP/
     Claus Reinke's extensive, well organized bookmarks on FP.
  •  FISh  - http://linus.socs.uts.edu.au/~cbj/FISh/
     A novel functional language that claims to be faster than C in some cases.
  •  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.
  •  Wadler: Monads  - http://homepages.inf.ed.ac.uk/wadler/topics/monads.html
     Information on monads and functional programming
  •  Charity  - 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).
  •  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.
  •  CDuce  - http://www.cduce.org
     An XML centric programming language with higher order, semantic subtyping, pattern matching and overloading, and open source implementation.