ABC HOME web search Web Search web search Web Directory web search Image Search web search Video Search web search Shopping web search 4WX Weather web search Domain Search
ABC Directory
Arts Business Computers Games Health Home Kids News
Recreation Reference Regional Science Shopping Society Sports Adult

Functional (54)

Categories:

Also See:
Sponsors:
Web Sites In this Category:

ICFP 2002 Open in a new browser window  
   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 fun
   http://icfp2002.cs.brown.edu/
Why Functional Programming Matters Open in a new browser window  
   John Hughes paper, dates from 1984, circulated as a Chalmers memo.
   http://www.cs.chalmers.se/~rjmh/Papers/whyfp.html
The Abyss of Functional Language Open in a new browser window  
   a collection of links relating to FP
   http://compiler.kaist.ac.kr/~khchoi/fp.html
Alcool-90 (FTP) Open in a new browser window  
   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/
The Unlambda Programming Language Open in a new browser window  
   A functional language designed for obscurity
   http://www.eleves.ens.fr:8080/home/madore/programs/unlambda/
NESL: A Parallel Programming Language Open in a new browser window  
   NESL is a parallel language with functional flavor developed at Carnegie Mellon by the SCandAL project.
   http://www-2.cs.cmu.edu/~scandal/nesl.html
Tutorial Papers in Functional Programming Open in a new browser window  
   John Hughes' list of FP-related tutorials and courses.
   http://www.cs.chalmers.se/~rjmh/tutorials.html
Cayenne Open in a new browser window  
   A Haskell-like language with a powerful type system based on dependent types.
   http://www.cs.chalmers.se/~augustss/cayenne/
Aldor Open in a new browser window  
   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.aldor.org/
Pizza Open in a new browser window  
   an extension of Java with functional features: parametric polymorphism, first-class (higher-order) functions, algebraic datatypes and pattern-matching.
   http://www.cis.unisa.edu.au/~pizza/
Mondrian Open in a new browser window  
   A simple functional scripting language for Internet applications.
   http://www.mondrian-script.org/
OPAL Project Open in a new browser window  
   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 a
   http://uebb.cs.tu-berlin.de/~opal/
Readscheme.org - Resources for Functional Programming Open in a new browser window  
   A variety of research resources on functional programming languages, implementation, and applications of functional programming languages.
   http://readscheme.org/
Rita Loogen Open in a new browser window  
   Member of Eden team. Articles.
   http://www.mathematik.uni-marburg.de/~loogen/
Joy Open in a new browser window  
   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.latrobe.edu.au/philosophy/phimvt/joy.html
FAQ for comp.lang.functional Open in a new browser window  
   Offers documentation as a frequently asked questions list. Also provides links to general topic, technical and other resources.
   http://www.cs.nott.ac.uk/~gmh//faq.html
PLAN: A Packet Language for Active Networks Open in a new browser window  
   A resource-bounded functional programming language that uses a form of remote procedure call to realize active networking.
   http://www.cis.upenn.edu/~switchware/PLAN/
Lemon Open in a new browser window  
   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://www.cis.ksu.edu/~bhoward/lemon.html
Scala Open in a new browser window  
   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.
   http://lamp.epfl.ch/scala/
HAL Open in a new browser window  
   A strongly typed, weakly moded, constraint logic/functional language designed to support the construction and extension and use of new constraint solvers.
   http://www.csse.monash.edu.au/~mbanda/hal/
Eden Open in a new browser window  
   A functional language that aims at the programming of reactive systems and parallel algorithms on distributed memory systems.
   http://www.mathematik.uni-marburg.de/inf/eden/
Extended ML Open in a new browser window  
   EML is a framework for specification and formal development of Standard ML programs.
   http://www.dcs.ed.ac.uk/home/dts/eml/
Hope Open in a new browser window  
   A small functional programming language, with polymorphic typing, algebraic types, pattern matching and higher-order functions.
   http://www.soi.city.ac.uk/~ross/Hope/
Q Equational Programming Language Open in a new browser window  
   An extensible functional programming language based on the term rewriting calculus.
   http://www.musikwissenschaft.uni-mainz.de/~ag/q/q.php
What the hell are Monads? Open in a new browser window  
   A basic introduction to monads, monadic programming and IO.
   http://www.abercrombiegroup.co.uk/~noel/research/monads.html
Functional Programming Open in a new browser window  
   Claus Reinke's extensive, well organized bookmarks on FP.
   http://www.cs.kent.ac.uk/people/staff/cr3/FP/
FISh Open in a new browser window  
   A novel functional language that claims to be faster than C in some cases.
   http://linus.socs.uts.edu.au/~cbj/FISh/
Functional Programming in the Real World Open in a new browser window  
   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://homepages.inf.ed.ac.uk/wadler/realworld/
Wadler: Monads Open in a new browser window  
   Information on monads and functional programming
   http://homepages.inf.ed.ac.uk/wadler/topics/monads.html
Functional Programming Languages in Education Open in a new browser window  
   A collection of information on the use of functional programming in teaching.
   http://www.cs.ru.nl/fple/
Charity Open in a new browser window  
   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
   http://pll.cpsc.ucalgary.ca/charity1/www/home.html
Afnix Programming Language Open in a new browser window  
   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 prot
   http://www.afnix.org/

Newsgroups:

Last Updated: 2005-01-22 14:41:42


Directory Search:  

OR, You can also try your search with one of the following ABC Search Features
ABC Web Search  
ABC Media Search 
ABC Shopping 

Add your website to this category

Keywords and References for this category
Functional directory, Functional websites, Functional related info, Functional resources, Functional information, Functional links, Functional search, Functional category, Functional online.



Copyright © 1996-2005 ABC.NET Search Portal!