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

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