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

[REBOL] Re: Mozart Programming System

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 > Lok Yek Soon > Sent: Monday, May 14, 2001 8:50 AM > To: [rebol-list--rebol--com] > Subject: [REBOL] Mozart Programming System > 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.
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