> -----Original Message-----
> From: Joel Neely [mailto:[EMAIL PROTECTED]
> Sent: Thursday, November 06, 2003 9:39 AM
> To: [EMAIL PROTECTED]
> Subject: [REBOL] Re: syntax across languages
> 
> multitask-into-stress: func [word [word!] selves [block!]] [
>      forever [
>          foreach role selves [
>              do get in role word
>          ]
>      ]
> ]
> 

The above is proof that rebol is an expresive language.  ;-)

here's my life dialect

life: func [priorities [block!]] [
        task: wait [familly job projects]
        either find in priorities task [
                do task
        ][
                append projects task
        ]
]


note that the only control I have is in priorities.  The task wait order is hard 
wired... 


;-)


-MAx

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

Reply via email to