Calling hell from heaven and heaven from hell

  • Authors:
  • Sigbjorn Finne;Daan Leijen;Erik Meijer;Simon Peyton Jones

  • Affiliations:
  • University of Glasgow;University of Utrecht;University of Utrecht;Microsoft Research Cambridge

  • Venue:
  • Proceedings of the fourth ACM SIGPLAN international conference on Functional programming
  • Year:
  • 1999

Quantified Score

Hi-index 0.00

Visualization

Abstract

The increasing popularity of component-based programming tools offer a big opportunity to designers of advanced programming languages, such as Haskell. If we can package our programs as software components, then it is easy to integrate them into applications written in other languages.In earlier work we described a preliminary integration of Haskell with Microsoft's Component Object Model (COM), focusing on how Haskell can create and invoke COM objects. This paper develops that work, concentrating on the mechanisms that support externally-callable Haskell functions, and the encapsulation of Haskell programs as COM objects.