Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > bd5c3d824c3db63ffd9226c15941e6ad > files > 809

mozart-1.4.0-1mdv2010.0.i586.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>1 General Information</TITLE><LINK href="ozdoc.css" rel="stylesheet" type="text/css"></HEAD><BODY><TABLE align="center" border="0" cellpadding="6" cellspacing="6" class="nav"><TR bgcolor="#DDDDDD"><TD><A href="index.html">- Up -</A></TD><TD><A href="node2.html#chapter.programming">Next &gt;&gt;</A></TD></TR></TABLE><DIV id="chapter.general.info"><H1><A name="chapter.general.info">1 General Information</A></H1><H2><A name="label1">1.1 What is Mozart?</A></H2><P>Mozart is a programming system providing state-of-the-art support especially in two areas: constraint-based problem solving and open distributed computing. Mozart implements the Oz language and provides libraries, tools, and a complete development environment.</P><H2><A name="label2">1.2 What is Oz?</A></H2><P>Oz is a concurrent object-oriented programming language with dataflow synchronization. Like Java, it is ``write once, run everywhere'' and provides automatic local and distributed garbage collection. Oz is based on the concurrent constraint programming paradigm. Aarghh! I don't want to write this entry...</P><H2><A name="label3">1.3 Why is it called Oz (resp. Mozart)?</A></H2><P>???</P><H2><A name="label4">1.4 Is there a WWW page for Mozart?</A></H2><P>Yes, the primary WWW site for Mozart is located at the Programming Systems Lab of the the university of the Saarland in Germany: <A href="http://www.mozart-oz.org/">http://www.mozart-oz.org/</A> Another site is located at SICS, the Swedish Institute of COmputer Science: <A href="http://www.sics.se/mozart/">http://www.sics.se/mozart/</A></P><DIV id="get.doc"><H2><A name="get.doc">1.5 How do I get documentation on Mozart?</A></H2><P>There is a lot of documentation for Mozart: tutorials, demos, and reference manuals. This documentation is available on-line from the Mozart sites, see e.&nbsp;g. <A href="http://www.mozart-oz.org/documentation/">http://www.mozart-oz.org/documentation/</A>.</P><P>You can also download the full documentation package and install it on your computer. See the on-line <A href="http://www.mozart-oz.org/download/">Dowload Instructions</A> for details.</P></DIV><H2><A name="label5">1.6 Is the documentation available on the WWW</A></H2><P>Yes it is, see <A href="node1.html#get.doc">Section&nbsp;1.5</A></P><H2><A name="label6">1.7 How to I download and install the system?</A></H2><P>The Mozart system is available (1) as binary tarballs for various Unix platforms, (2) as a self-extracting archive for Windows 95/98/NT, (3) as RPM packages for Linux, (4) as source tarballs, (5) as source obtained directly from our anonymous CVS server. Please consult the on-line <A href="http://www.mozart-oz.org/download/index.html">Dowload Instructions</A> for details.</P><H2><A name="label7">1.8 What platforms are supported?</A></H2><P>The Mozart system is known to run on most flavors of Unix as well as on Windows 95/98/NT. It has been successfully built and installed on the following platforms: </P><H2><A name="label8">1.9 Are there newgroups or mailing-lists devoted to Mozart?</A></H2><P></P><H2><A name="label9">1.10 Is there a CVS server for Mozart?</A></H2><P>Yes, there is. All our sources are accessible through our anonymous CVS server. First you need to login with CVS password <CODE>anoncvs</CODE>: </P><BLOCKQUOTE class="code"><CODE>%&nbsp;cvs&nbsp;-d&nbsp;:pserver:anoncvs@ps.uni-sb.de:/CVS&nbsp;login<BR>(Logging&nbsp;in&nbsp;to&nbsp;anoncvs@ps.uni-sb.de)<BR>CVS&nbsp;password:&nbsp;anoncvs</CODE></BLOCKQUOTE><P> You only need to do this once since cvs then correspondingly updates your <CODE>~/.cvspass</CODE> file. Then you cvan retrieve the complete sources with the command below: </P><BLOCKQUOTE class="code"><CODE>%&nbsp;cvs&nbsp;-d&nbsp;:pserver:anoncvs@ps.uni-sb.de:/CVS&nbsp;get&nbsp;mozart</CODE></BLOCKQUOTE><P> Further instructions about getting the sources from CVS, configuring, and building the distribution are available in <A href="../install/index.html">``Installation Manual''</A>.</P><H2><A name="label10">1.11 Are there licensing or copyright restrictions on Mozart?</A></H2><P>No, Mozart is released with a very liberal license. You can basically do anything you want with it and, as usual, we decline any responsibility. Please consult the <A href="http://www.mozart-oz.org/LICENSE.html">License Statemen</A> for precise wording.</P><H2><A name="label11">1.12 What is Mozart good for?</A></H2><P>Mozart particularly excels in two domains: </P><OL type="1"><LI><P><EM>Constraint-Based Problem Solving:</EM> Mozart is the result of 10 years of research and development in concurrent constraint programming. It implements Oz , a powerful constraint language with logic variables, record constraints, finite domains, and finite sets. The system is competitive in performance with state-of-the-art commercial solutions, but is much more expressive and flexible, providing 1st-class computation spaces, programmable search strategies, a GUI for the interactive exploration of search trees, and allows to implement efficient constraint systems from scratch.</P></LI><LI><P><EM>Open Distributed Computing:</EM> Mozart is the result of 3 years of research and development in open distributed computing, involving an international collaboration between the German Research Center for Artificial Intelligence (DFKI), the University of the Saarland in Germany, the Swedish Institute for Computer Science (SICS), and the Universite catholique de Louvain (at Louvain-la-Neuve) in Belgium.</P><P>The Mozart system is an ideal platform for open distributed computing: it makes the network completely transparent. The illusion of a common store is extended across multiple sites and automatically supported by very efficient protocols. In addition, full control is retained over network communication patterns, permitting very efficient use of network resources. Furthermore, reliable, fault tolerant applications can easily be developed.</P></LI></OL><P> Mozart is also excellent at general programming tasks. For example, all our documentation is processed by <CODE>ozdoc</CODE> which is written in Oz.</P></DIV><TABLE align="center" border="0" cellpadding="6" cellspacing="6" class="nav"><TR bgcolor="#DDDDDD"><TD><A href="index.html">- Up -</A></TD><TD><A href="node2.html#chapter.programming">Next &gt;&gt;</A></TD></TR></TABLE><HR><ADDRESS><A href="http://www.ps.uni-sb.de/~duchier/">Denys&nbsp;Duchier</A><BR><SPAN class="version">Version 1.4.0 (20090610)</SPAN></ADDRESS></BODY></HTML>