> -----Original Message-----
> From: Tim Johnson [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, October 21, 2003 12:06 PM
> To: [EMAIL PROTECTED]
> Subject: [REBOL] Re: Building an Associate List from a string
> 
> 
> 
> Hello REBOLS:
> 
> Think Item #4 in the Designers Tip Sheet:
>   "Data Drives It"

that's the idea in liquid.  Data changes cause the reactions in your application. 
gadgets in liquid-vid just become data handlers which pump user's actions into data 
changes.  The rest of the application then reacts on its own, since you've instructed 
what to do with the data..

you know, when I come to think of it, that's somewhat related to AI neural network 
thinking.  when setup correctly, you can even have some liquids filling up other 
liquids in cascade.  Some care must be taken for infinite cycles, but liquid has 
refinements to control that.

with this perspective in mind, liquid-vid becomes the sensory engine and liquid is the 
neural network.

spills then do the thinking and can relate to a context, so that decisions can be 
based on experience...

Can anyone with real AI experience validate the above claims?

-MAx

-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.

Reply via email to