Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

Mozart Programming System

 [1/2] from: slok00::yahoo::com at: 13-May-2001 23:50


came aross the above.. at http://www.mozart-oz.org/features.html they mention how Mozart is ideal for Distributed Computing and other stuffs like Mobile Agents... wonder how it compares to Rebol? I have not used Rebol extensively to do an in-depth comparison of both... perhaps, the list can provide some in sight. thanks YekSoon

 [2/2] from: robert:muench:robertmuench at: 14-May-2001 14:32


> -----Original Message----- > From: [rebol-bounce--rebol--com] [mailto:[rebol-bounce--rebol--com]]On Behalf Of
<<quoted lines omitted: 10>>
> comparison of both... > perhaps, the list can provide some in sight.
Hi, well I once suggested that constraints would be nice to have in Rebol. And AFAIR Mozart makes extensive use of the constraint pattern. This would make it possible to make the value of a X position of object B dependent of the X position of object A. If you now move object A, object B will be moved too. These kind of constraints can be set on all values, either through simple formulas or by calling back a Rebol function, which will return a useable value. What would be needed: 1. A multi-way constraint solver (not so easy) 2. A way to assign formulas / Rebol-functions as values to all kind of data. Robert

Notes
  • Quoted lines have been omitted from some messages.
    View the message alone to see the lines that have been omitted