I'm about to begin work updating an older C / C++ audio signal
processing application, and would like to make the core of the app
cross-platform (rather than Windows only as it is now). There is
_some_ possibility that it aspects could be parallelized as well. The
work will involve writing some C code as well as accessing 3rd party
processing libraries.

My thought is that I might be able to write the glue code (and perhaps
some of the processing) in Clojure and drop to the C code as
necessary. Having not done anything with JNI (I am a proud non-Java
programmer :-), I'm unclear as to how difficult this would be.
Although I hate to ask in this forum, would Scala be a better
alternative at this time / for this project?

Thanks,
Keith

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to