Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to combine Haskell code with Objective-C for iOS development?

I want to start iOS development and I' m very interested in the ways of using Haskell language as opposed to the Objective-C/C++ in the iOS environment. Let's suppose that we have some Haskell code which uses different Haskell libraries and we want to reuse it in iOS project (not for production).

So the question: are there some ready for use solutions for this purpose (libraries, bridges, frameworks, etc.)?

like image 755
Oleksandr Karaberov Avatar asked Oct 20 '12 13:10

Oleksandr Karaberov


Video Answer


1 Answers

In the past I used HOC to generate Haskell bindings to Objective C APIs.

like image 117
alpheccar Avatar answered Sep 18 '22 05:09

alpheccar