Петров Александр wrote:
I've been choosing the function programming language for image\video
processing system prototype. Would Mozart-Oz suit to my task ?

I guess the answer is no.
Mozart/Oz is not really aimed at
numerical computing, and if you
don't just use native functors to
access external libraries written
in C/C++, the downsides from
compilation to (non-native) code
and the lack of extensive support
for numbers (e.g. there is just one
type of floats) will not make you
happy.
Don't get me wrong, I like Mozart
and have used it for many years
as my main programming language,
but I guess numerical computing
is just the wrong thing to use it for.

But this is just my opinion; if other
users with experience in numerical
computing disagree, then you should
listen to them, of course.

Hope this helps,
Andreas

_________________________________________________________________________________
mozart-users mailing list                               
[email protected]
http://www.mozart-oz.org/mailman/listinfo/mozart-users

Reply via email to