Difference between revisions of "Hdirect"

From HaskellWiki
Jump to navigation Jump to search
m (Minor updates)
Line 26: Line 26:
 
:Describes HaskellDirect's features
 
:Describes HaskellDirect's features
   
PostScript downloads:
+
:PostScript downloads:
 
: - [[media:user-a4.ps.gz | a4]]
 
: - [[media:user-a4.ps.gz | a4]]
 
: - [[media:user-letter.ps.gz | letter]]
 
: - [[media:user-letter.ps.gz | letter]]
   
 
See also [[Foreign Function Interface]]
 
See also [[Foreign Function Interface]]
 
   
 
== Download ==
 
== Download ==

Revision as of 14:44, 27 January 2015

HaskellDirect (package hdirect) generates interface code, to interface between Haskell and several other languages, based on Interface Definition Language (IDL) descriptions. Amongst others, interfaces to and from Component Object Model (COM) methods can be generated.

See also the old HaskellDirect page in the Web Archive


Documentation

Sigbjorn Finne
PostScript downloads:
- a4
- letter
Sigbjorn Finne, Daan Leijen, Erik Meijer and Simon Peyton Jones
Describes how to wrap up Haskell code as COM objects.
Sigbjorn Finne, Daan Leijen, Erik Meijer and Simon Peyton Jones
Describes the mapping between Haskell and IDL.
Sigbjorn Finne
Describes HaskellDirect's features
PostScript downloads:
- a4
- letter

See also Foreign Function Interface

Download