Difference between revisions of "Alternatives and extensions for libraries"

From HaskellWiki
Jump to navigation Jump to search
(started the page, no entries in table yet)
 
(added Data.Generics.Schemes)
Line 2: Line 2:
   
 
When editing this table, please try to keep it in alphabetical order (by package name, then by module name), and create relevant links wherever possible. Please also try to avoid excessive duplication in the table, by creating wiki pages where necessary.
 
When editing this table, please try to keep it in alphabetical order (by package name, then by module name), and create relevant links wherever possible. Please also try to avoid excessive duplication in the table, by creating wiki pages where necessary.
  +
  +
It is debatable whether a new version under a different name should go in the "alternative(s)" column or the "extension(s)" column. Perhaps it should go in the "extension(s)" column if it is (mostly) backward-compatible, and otherwise in the "alternative(s)" column.
   
 
'''This page is under construction - it was created 2007-05-11'''
 
'''This page is under construction - it was created 2007-05-11'''
Line 12: Line 14:
 
!Extension(s)
 
!Extension(s)
 
|-
 
|-
  +
| base<sup id="fn_(base)_back">[[#fn_(base)|(1)]]</sup>
| row 1, cell 1
 
  +
| Data.Generics.Schemes
| row 1, cell 2
 
  +
| [http://www.generic-haskell.org/ Generic Haskell]
| row 1, cell 3
 
  +
| snippet @ [[Scrap your boilerplate]]
| row 1, cell 4
 
 
|-
 
|-
 
|}
 
|}
  +
  +
<cite id="fn_(base)">[[#fn_(base)_back|Note (1):]]</cite> '''base''' here, refers to [[GHC]]'s base package, unless otherwise stated.

Revision as of 21:12, 11 May 2007

This table lists alternatives (packages and modules which can do the same or similar tasks) and extensions (code snippets and libraries which build on top rather than replace), for a range of Haskell packages and modules. Your help is appreciated in expanding it.

When editing this table, please try to keep it in alphabetical order (by package name, then by module name), and create relevant links wherever possible. Please also try to avoid excessive duplication in the table, by creating wiki pages where necessary.

It is debatable whether a new version under a different name should go in the "alternative(s)" column or the "extension(s)" column. Perhaps it should go in the "extension(s)" column if it is (mostly) backward-compatible, and otherwise in the "alternative(s)" column.

This page is under construction - it was created 2007-05-11

Package Module Alternative(s) Extension(s)
base(1) Data.Generics.Schemes Generic Haskell snippet @ Scrap your boilerplate

Note (1): base here, refers to GHC's base package, unless otherwise stated.