Difference between revisions of "Conferences"

From HaskellWiki
Jump to navigation Jump to search
m (corrected wrong long name of PPDP)
(added FLOPS)
Line 41: Line 41:
 
thereof. In short: anyone who uses functional programming as a means,
 
thereof. In short: anyone who uses functional programming as a means,
 
but not an end
 
but not an end
  +
  +
== International Symposium on Functional and Logic Programming (FLOPS) ==
  +
  +
* [http://www.org.kobe-u.ac.jp/flops2012/]
  +
  +
FLOPS is a forum for research on all issues concerning declarative programming, including functional programming and logic programming, and aims to promote cross-fertilization and integration between the two paradigms.
   
 
== Principles of Programming Languages (POPL) ==
 
== Principles of Programming Languages (POPL) ==

Revision as of 08:18, 19 August 2011

Haskell programmers publish a great deal of research at conferences, which are also great places to meet and discuss Haskell and its future. The following is a list of some of the conferences at which Haskellers and their research appears.

For a calendar-like interface, see Andy Gill's page.

The Haskell Symposium

The Haskell Symposium is an annual symposium organized in affiliation with the International Conference on Functional Programming (ICFP). The workshop is sponsored by the Association for Computing Machinery (ACM) under the aegis of the ACM Special Interest Group on Programming Languages (SIGPLAN).

The purpose of the Haskell Symposium is to discuss experience with Haskell, and future developments for the language. The scope of the symposium includes all aspects of the design, semantics, theory, application, implementation, and teaching of Haskell.

The International Conference on Functional Programming (ICFP)

ICFP (International Conference on Functional Programming) is an annual programming language conference. It is sponsored by the Association for Computing Machinery under the aegis of the ACM Special Interest Group on Programming Languages (SIGPLAN), in association with Working Group 2.8 of the International Federation of Information Processing (IFIP).

Commercial Users of Functional Programming (CUFP)

The goal of CUFP is to build a community for users of functional programming languages and technology, be they using functional languages in their professional lives, in an open source project (other than implementation of functional languages), as a hobby, or any combination thereof. In short: anyone who uses functional programming as a means, but not an end

International Symposium on Functional and Logic Programming (FLOPS)

FLOPS is a forum for research on all issues concerning declarative programming, including functional programming and logic programming, and aims to promote cross-fertilization and integration between the two paradigms.

Principles of Programming Languages (POPL)

Programming Language Design and Implementation (PLDI)

Implementation of Functional Languages (IFL)

Practical Aspects of Declarative Languages (PADL)

Principles and Practice of Declarative Programming (PPDP)

Asian Symposium on Programming Languages and Systems (APLAS)

Declarative Aspects of Multicore Programming (DAMP)

Types in Language Design and Implementation (TLDI)

Trends in Functional Programming (TFP)

Principles, Logics, and Implementations of High-Level Programming Languages (PLI)

Types in Compilation Workshop (TIC)

Practical Aspects of High-level Parallel Programming (PAPP)

Federated Conference on Rewriting, Deduction, and Programming (RDP)

Typed Lambda Calculi and Applications (TLCA)

International Workshop on Functional and Declarative Programming in Education

Advanced Functional Programming Spring School (AFP)

Integrated Formal Methods (IFM)

UTP'07 at IFM: Unifying Theories of Programming

Systems Software Verification (SSV)

Please add more Haskell-related conferences as they appear.