Christian Schulte wrote:
<snip>

But alos, as it comes to numerical and graph algorithms, C++ is just
the better pick.

<snip>

I second Christian on this. I have been implementing graph constraint propagators
in Oz (using Oz not C++) during one year.
And I can assure you Oz is not the right choice when you want to implement graph algorithms. They are most of the time easier to implement using an imperative paradigm and
Oz is not very convenient to use for imperative programming.
--
Grégoire


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

Reply via email to