I'm in the early stages of writing several image processing applications, some of which will run on an iPhone, and some of which will run on a Mac.
I've experimented with SBCL(Steel Bank Common Lisp) and OpenCV (using either the cl-opencv or common-cv cffi wrappers for OpenCV) on a Mac, but am looking at having to re-implement the algorithms in Objective-C for the iOS devices.
Given that there is an OpenCV framework for iOS, is there a general process for creating some kind of binding between Nu and OpenCV that could work similarly both in an iOS app as well as a Mac OSX app? (Something like common-cv / cl-opencv do for SBCL?)
It would be nice have to the power of a lisp-ish scripting language for the image processing backed by the compelled OpenCV libraries that would run more-or-less the same on both iOS and OSX devices. Being new to Nu, I'm not sure how reasonable this proposition would be.
Suggestions welcome, thanks in advance.
-Tom