Difference between revisions of "HaskellImplementorsWorkshop"

From HaskellWiki
Jump to navigation Jump to search
(Add accepted talks)
(Added Category:Community)
(14 intermediate revisions by 7 users not shown)
Line 1: Line 1:
  +
The Haskell Implementors Workshop has a long history, but was recently restarted as a 1-day workshop alongside ICFP 2009 in Edinburgh. It is an informal affair, aimed at bringing together the people behind the Haskell infrastructure. It provides a forum where the people working on compilers, tools, or libraries for Haskell development can bat around ideas, share experiences and ask for feedback from fellow experts. There are no proceedings, just a mixture of short talks, longer talks, discussion and demos.
The first Haskell Implementers' Workshop is co-located with ICFP, and will be held in Edinburgh, Scotland, on September 5 2009.
 
   
  +
Further details are on the page specific to the workshop instance:
* [[HaskellImplementorsWorkshop/Call for Talks|Call for Talks]]
 
   
== Important Dates ==
+
== Previous Workshops ==
   
  +
* [[HaskellImplementorsWorkshop/2012|September 14th 2012, Copenhagen]]
* Workshop: September 5 2009
 
 
* [[HaskellImplementorsWorkshop/2011|September 23rd 2011, Tokyo]]
  +
* [[HaskellImplementorsWorkshop/2010|October 1st 2010, Baltimore]]
  +
* [[HaskellImplementorsWorkshop/2009|September 5th 2009, Edinburgh]]
   
   
  +
[[Category:Community]]
== Accepted Talks ==
 
 
* '''''My Dream GHC Environment: A Few Things We Do Right, and Many We Do Wrong''''' (Curt Sampson)
 
 
* '''''Haskell Types with Added Value''''' (Conor McBride)
 
 
* '''''Stack tracing in Haskell''''' (Bernie Pope)
 
 
* '''''Towards a Lightweight, Safety-preserving Haskell Compiler''''' (Tim Chevalier)
 
 
* '''''GHC on the OpenSPARC T2''''' (Ben Lippmeier)
 
 
* '''''Implementing Data Parallel Haskell''''' (Roman Leshchinskiy)
 
 
* '''''A more flexible code generator for GHC''''' (John Dias)
 
 
* '''''Haskell for Everyone: Hackage and the Haskell Platform''''' (Don Stewart & Duncan Coutts)
 
 
* '''''Running Haskell Array Computations on a GPU''''' (Manuel M T Chakravarty)
 
 
* '''''GHC Status Update''''' (Simon Peyton Jones)
 
 
* '''''A wander through GHC's new IO Library''''' (Simon Marlow)
 
 
* '''''Discussion: Haskell building and packaging'''''
 
 
 
== Organisers ==
 
 
* Duncan Coutts - co-chair (Well-Typed LLP)
 
* Atze Dijkstra (Utrecht University)
 
* Roman Leshchinskiy (University of New South Wales)
 
* Simon Marlow - co-chair (Microsoft Research)
 
* Bryan O'Sullivan (Linden Lab)
 
* Wouter Swierstra (Chalmers University of Technology)
 

Revision as of 08:53, 24 July 2012

The Haskell Implementors Workshop has a long history, but was recently restarted as a 1-day workshop alongside ICFP 2009 in Edinburgh. It is an informal affair, aimed at bringing together the people behind the Haskell infrastructure. It provides a forum where the people working on compilers, tools, or libraries for Haskell development can bat around ideas, share experiences and ask for feedback from fellow experts. There are no proceedings, just a mixture of short talks, longer talks, discussion and demos.

Further details are on the page specific to the workshop instance:

Previous Workshops