Hi Ingo and all,

I hit this problem in January and Carl answered: "Not quite ready yet... but
very soon you will be able to use DO to evaluate such paths."

However it looks we still have to use for example:

>> z: to-path 'system/schemes
== system/schemes

less agressive evaluation results:

>> type? z
== path!
>> type? do z
== path!

I've found only two possibilities how to evaluate such paths:

>> type? do compose [(z)]
== object!

or

>> type? first reduce compose [(z)]
== object!

Anyone?

regards,

Cyphre



----- Original Message -----
From: "Ingo Hohmann" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, May 07, 2002 11:34 AM
Subject: [REBOL] Core 2.5.2 - Less aggressive evaluation - howto evaluate ?


> Hi Carl, Rebols,
>
> it may be that I don't see the obvious, but given
>
>  >> a: context[ b: context[ c: 1]]
>  >> f: func ['word] [print word]
>  >> f a/b/c
> a/b/c
>
> what do I have to do to get 'word evaluated?
>
>
> Thanks in advance,
>
> Ingo
>
> --
> To unsubscribe from this list, please send an email to
> [EMAIL PROTECTED] with "unsubscribe" in the
> subject, without the quotes.
>
>
>

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to