[REBOL] Depth of recursion stack

2000-08-06 Thread larry
Hi all The use of recursive functions in REBOL is limited by the depth of the recursion stack. Here is a simple test of the depth using Core 2.4 on Win98. The len? function gives the same result as the built-in length? function, but uses recursion. >> len?: func [s [series!]][either empty? :s [

[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

[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

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

2000-08-06 Thread tim
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] REBOL/Command ODBC (Column-names)

2000-08-06 Thread ReadySoft
Hello, I'm trying REBOL/Command as an alternative to Microsoft ASP. How can I get the column-names when I give the following selection: insert db-port "select * from tabelx" In MS-ASP there is a recordset object from which I can take all properties for all selected fields. many thanks Helmut

[REBOL] Keystroke test

2000-08-06 Thread tim
Hey Y'All: If I run a rebol script in a forever loop, I have to shut rebol down to terminate the script. Is there a rebol function to test for a keystroke, and if one found, redirect control? (sort of like kbhit() would do in "C"). Thanks -Tim

[REBOL] REBOL Internet Chess? Re:(3)

2000-08-06 Thread ole_f
Hi Cal, 3-Aug-2000 you wrote: [...] >>Now that you've got my >>wheels spinning, would it be >>possible to develop a >>real-time chat application in >>REBOL? I'm not talking about [...] > Sounds simple enough, I'll try to put one together when i'm back on a real computer instead of the PalmPilot

[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. w

[REBOL] Trying to get Rebol to work as a CGI on Apache 1.3.x on a Cobalt Raq3 with CGIWRAP Re:

2000-08-06 Thread rex
On Sun, Aug 6, 2000, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >Trying to get Rebol to work as a CGI on Apache 1.3.x on a Cobalt Raq3 with >CGIWRAP > >Um. > >Any ideas? > >I tried a bunch of things even tried putting rebol in cgi-bin itself and no >dice. It's

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

2000-08-06 Thread hen
Are there any plans to create a Rebol implementation for the Java machine? One of the things I'm currently working on is a generation system using Java as the base architecture, however for intelligent templates a scripting language is needed. Despite having followed Rebol since its release I've

[REBOL] Trying to get Rebol to work as a CGI on Apache 1.3.x on a Cobalt Raq3 with CGIWRAP

2000-08-06 Thread webmaster
Trying to get Rebol to work as a CGI on Apache 1.3.x on a Cobalt Raq3 with CGIWRAP Um. Any ideas? I tried a bunch of things even tried putting rebol in cgi-bin itself and no dice. Thanks Jeff Rubin, CTO & Co-Founder Audiopia Shutup and Listen... http://www.audiopia.com also check out my pers