Difference between revisions of "Applications and libraries/Generic programming"

From HaskellWiki
Jump to navigation Jump to search
m
(Added link to SyB)
Line 12: Line 12:
 
<ul>
 
<ul>
 
<li><p>[[/Lightweight|A Lightweight Implementation Generics and Dynamics]]</p></li>
 
<li><p>[[/Lightweight|A Lightweight Implementation Generics and Dynamics]]</p></li>
<li><p>SYB (and variants)</p></li>
+
<li><p>[[/SyB| SYB (and variants)]]</p></li>
 
<li><p>Generics for the Masses</p></li>
 
<li><p>Generics for the Masses</p></li>
 
<li><p>Generics as a library</p></li>
 
<li><p>Generics as a library</p></li>

Revision as of 12:55, 20 October 2006

The copyright status of this work is not known. Please help resolve this on the talk page.

This page contains a list of libraries and tools in a certain category. For a comprehensive list of such pages, see Applications and libraries.

Common library for generic programming

Johan Jeuring and Andres Loeh announced an initiative to design a common library for generic programming, which should work together with most of the Haskell compilers, and for which they hope to guarantee support for generics in Haskell into the future. If you want to get involved (or just want to see the discussion), you can subscribe to the generics mailing list. Check the Haskell research wiki for some background on generics.

Work Plan

We have identified a number of approaches that are potential candidates to a generic programming library:

At the moment we are discussing the advantages and disadvantages of the different approaches. Each approach is roughly two weeks under discussion and the results will be published in this Wiki Page. There is also a darcs repository where you can find some code that we are collecting. For retriving this code do:

> darcs get http://darcs.haskell.org/generics

The template that we are using to summarise the different approaches can be found here.