Loading…

Definition of Language Binding for Haskell

A foreign language interface provides a way for software components written in a one language to interact with components written in another. Programming languages that lack foreign language interfaces die a lingering death. This document describes Green Card, a foreign language interface for the no...

Full description

Saved in:
Bibliographic Details
Main Authors: Jones, Simon Peyton, Nordin, Thomas, Reid, Alastair
Format: Report
Language:English
Subjects:
Online Access:Request full text
Tags: Add Tag
No Tags, Be the first to tag this record!
Description
Summary:A foreign language interface provides a way for software components written in a one language to interact with components written in another. Programming languages that lack foreign language interfaces die a lingering death. This document describes Green Card, a foreign language interface for the non-strict, purely functional language Haskell. We assume some knowledge of Haskell and C.