First-class module
From HaskellWiki
(Difference between revisions)
(Creating the page with the description of concepts which forced me to create this page: Cayene language from Dependent types and Mark Shields & Simon Peyton Jones's article from Future) |
m (Splitting the page into two titled sections (,,Haskell proposal'' vs ,,Other examples'')) |
||
| Line 1: | Line 1: | ||
| + | __TOC__ | ||
| + | |||
| + | == Haskell proposals == | ||
| + | |||
Mark Shields and Simon Peyton Jones [http://research.microsoft.com/Users/simonpj/Papers/first-class-modules/ First-class Modules for Haskell] discusses a lot of extension proposals integrated in a coherent design. | Mark Shields and Simon Peyton Jones [http://research.microsoft.com/Users/simonpj/Papers/first-class-modules/ First-class Modules for Haskell] discusses a lot of extension proposals integrated in a coherent design. | ||
| + | |||
| + | == Other examples == | ||
[http://www.cs.chalmers.se/~augustss/cayenne/index.html Cayene] is a programming laguage influenced by Haskell, constructive type theory. | [http://www.cs.chalmers.se/~augustss/cayenne/index.html Cayene] is a programming laguage influenced by Haskell, constructive type theory. | ||
Revision as of 21:07, 25 March 2006
Contents |
1 Haskell proposals
Mark Shields and Simon Peyton Jones First-class Modules for Haskell discusses a lot of extension proposals integrated in a coherent design.
2 Other examples
Cayene is a programming laguage influenced by Haskell, constructive type theory. Bacause it has also Dependent types, it can leverage them so that it is not forced to have a separate module language and a core language.
