Difference between revisions of "First-class module"

From HaskellWiki
Jump to navigation Jump to search
m (typographic corrections)
m (typographic corrections)
Line 7: Line 7:
 
== Other examples ==
 
== Other examples ==
   
[http://www.cs.chalmers.se/~augustss/cayenne/index.html Cayene] is a programming laguage influenced by Haskell and constructive type theory.
+
[http://www.cs.chalmers.se/~augustss/cayenne/index.html Cayenne] is a programming language influenced by Haskell and constructive type theory.
 
Because it has also [[Dependent type]]s, it can leverage them so that it is not forced to have a separate module language and a core language.
 
Because it has also [[Dependent type]]s, it can leverage them so that it is not forced to have a separate module language and a core language.
   

Revision as of 07:17, 1 April 2006

Haskell proposals

Mark Shields and Simon Peyton Jones's First-class Modules for Haskell discusses a lot of extension proposals integrated in a coherent design.

Other examples

Cayenne is a programming language influenced by Haskell and constructive type theory. Because 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.