Foreign Function Interface

From HaskellWiki
Revision as of 23:47, 23 January 2015 by MagnusTherning (talk | contribs) (Updated link to my blog post.)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Introduction

The Foreign Function Interface (FFI) allows you to link Haskell programs to programs written in another language.


Links

Select one of the following links for more information:


Blog articles