.NET integration
Arman Bostani
arman at twinsun.com
Mon Oct 9 19:52:17 CEST 2006
The nice thing about .NET and Mono is that they provide a wealth of
interfaces for free. So, there's no need to code a new interface for
SQLite, MySQL, etc. If its useful, its likely that .NET already talks
to it.
I think Van Roy's wonderful CTM book can help draw attention to
Mozart/Oz. But, the lack of interfaces makes it unusable for most
development projects.
Anyway, IMHO I think a .NET interface would be worthwhile.
Best Regards,
-arman
Jorge Marques Pelizzoni wrote:
>
> There are some people thinking of .NET integration, but possibly only
> IDE-wise, I mean, not including the possiblity of Oz modules being
> seamlessly called from modules in other languages... It seems that all you
> can expect in the medium term is to start Oz modules in a different
> process and resort to usual interprocess communication, i.e., pipes,
> sockets, etc.
>
> Now, if you're interested in Oz-like support to constraint programming,
> gecode (a C++ library - http://www.gecode.org) might do.
>
> Cheers,
>
> Jorge.
>
> Arman Bostani escreveu:
>> Hello all,
>>
>> Has anyone looked into .NET integration with Mozart/Oz? I have a
>> project that I can finally use Mozart for. But, I need to be able to
>> call .NET libraries and setup delegates which call back into Mozart.
>>
>> Best Regards,
>> -arman
More information about the mozart-users
mailing list