[REBOL] curiosity killed the code-generator Re:(3)

2000-08-07 Thread ReadySoft

1. Use the function WHAT
It prints a list of globally-defined functions.
or
2, print mold first system/words

Helmut

-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
An: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Datum: Montag, 7. August 2000 03:25
Betreff: [REBOL] curiosity killed the code-generator Re:(2)


>I know that there is a way to get a list of all rebol words,
>and have used it before, but have forgotten.
>
>How do I do that again?
>
>Thanks
>Tim
>




[REBOL] curiosity killed the code-generator Re:(3)

2000-08-06 Thread bhandley

The word

   what

Returns all functions.

first system/words

returns all words.

Brett.

- Original Message - 
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, August 07, 2000 11:20 AM
Subject: [REBOL] curiosity killed the code-generator Re:(2)


> I know that there is a way to get a list of all rebol words,
> and have used it before, but have forgotten.
> 
> How do I do that again?
> 
> Thanks
> Tim
> 




[REBOL] curiosity killed the code-generator Re:(3)

2000-08-06 Thread ptretter

>>what


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Sunday, August 06, 2000 8:20 PM
To: [EMAIL PROTECTED]
Subject: [REBOL] curiosity killed the code-generator Re:(2)


I know that there is a way to get a list of all rebol words,
and have used it before, but have forgotten.

How do I do that again?

Thanks
Tim




[REBOL] curiosity killed the code-generator Re:(3)

2000-08-06 Thread ole_f

Hi Hen, 6-Aug-2000 you wrote:

>Are there any plans to create a Rebol implementation for the Java machine?

Would be interesting, but the virtual machine would run _extremely_ slow.

However, the part of the JVM instruction set that I have seen is very simple
(it's a stack machine), but AWT etc. would probably be a "no-no" because of
speed, complexity, etc.

But a JVM that interprets a subset of JAVA bytecode could be interesting.

Holger from REBOL Tech. once worked on a JVM implementation for the Amiga, so
perhaps he can tell us if such a project would be feasible. Holger?

Kind regards,
-- 
Ole Friis <[EMAIL PROTECTED]>

Amiga is a trademark of Amiga Inc.