[REBOL] Rugby doco - wip

2002-01-27 Thread Brett Handley
Hi Rugby team, I've made a start at some Rugby documentation as promised. Here's my first output (not complete). I'd appreciate comments. http://www.codeconscious.com/rugby/rugby-doc.html The source of which is: http://www.codeconscious.com/rugby/rugby-doc.txt Thanks Brett. -- To unsubscri

[REBOL] Re: Plotting Dialect and Docs Available

2002-01-27 Thread Donald Dalley
Hello, Matt: I apologise for taking so long to get this out, but I actually lost my first reply. This silly keyboard design has a power On/Off key right above the cursor keys, and one small mistake can spell disaster for unsaved work. Sent: Wednesday, January 23, 2002 10:42 PM Subject: [REBOL]

[REBOL] Re: Another hash! question

2002-01-27 Thread Romano Paolo Tenca
Hi, Matt > It seems that when repeatedly (over 1000 times) using find on sparse > hash! block then changing the next item I get incorrect behavior or > system lock ups. When using a regular block! the code runs fine, > but replacing the block! with a hash! causes problems. Here is > code I have

[REBOL] Re: Another hash! question

2002-01-27 Thread Joel Neely
Hi, Matt, [EMAIL PROTECTED] wrote: > > It seems that when repeatedly (over 1000 times) using find on sparse > hash! block then changing the next item I get incorrect behavior or > system lock ups... > I reran your test using REBOL/Core 2.5.0.3.1 and got a fatal error on REBOL when using the HA

[REBOL] [Rugby XPi beta1]

2002-01-27 Thread Patrick Philipot
Hi Maarten, Testing the /nostubs refinement, I got an error on the client side. ===The server code was rebol [] print "Test de rugby" do %/D/rebview/public/rugby/rugby.r triple: func [n][3 * n] double: func [n][2 * n] serve/nostubs [triple double] ===The client code was do get-rugby-service

[REBOL] Re: REBOL great but flawed => Fw: [Flashcoders] Request for Michael - Fork the Flash IDE

2002-01-27 Thread Christian Langreiter
> I cannot find Python interface to K/Kdb: please tell me more.. [...] > K/Kdb as in 'Kx Systems' lightening ***fast** data analysis tools > http://kx.com/ Here's the link: http://pin.to/pyk It was in the original mail as well ;-) Bye, -- Chris -- To unsubscribe from this list, please send a

[REBOL] Re: The associative model of data (tm) ...

2002-01-27 Thread Jason Cunliffe
"Petr Krenzelok" <[EMAIL PROTECTED]> wrote: > http://www.lazysoft.com > http://www.lazysoft.com/associativemodel/default.htm > > Has anyone heard of it already? no.. but fascinating. thanks! I just read the whitepaper pdf: http://www.lazysoft.com/docs/whitepaper/2000amdwhitepaper2.pdf and peek

[REBOL] Re: Strange crash upon SECOND SYSTEM/WORDS

2002-01-27 Thread Gregg Irwin
Hi Romano, << If the original statement fails in the console or take too much time to display, is only because it is molding and printing all the second system/words content, which is the result of the assignement. The 1 after the assignement forces the return of 1 and print or return only 1. >>

[REBOL] Re: Make_user_manual.r ?

2002-01-27 Thread Gregg Irwin
Good thoughts Sunanda, I think building the dialect will be the easy part. The harder part will be figuring out the underlying logic, which Brett has made a *really* good start on. As we come up with new features we want to add, extending the dialect shouldn't be difficult. --Gregg -- To unsub

[REBOL] Re: Strange crash upon SECOND SYSTEM/WORDS

2002-01-27 Thread Gabriele Santilli
Hello Larry! On 27-Gen-02, you wrote: LP> I have noticed this also. There seems to be no problem when LP> the assignment of a name to second system/words is made to a LP> local variable inside a function as is the case with WHAT. I Actually, the problem is with the hidden MOLD that the conso

[REBOL] Another hash! question

2002-01-27 Thread m . s . licholai
In the past several weeks there have been several discussions about the hash! datatype and I hate to start another one, but as I was playing with speeding up some scripts and timing results I found some aspects of hash! behavior I cannot explain. It seems that when repeatedly (over 1000 times) us

[REBOL] Re: REBOL great but flawed => Fw: [Flashcoders] Request for Michael - Fork the Flash IDE

2002-01-27 Thread Jason Cunliffe
Thanks to all who answered .. I'll try to summarize and include my own arguments in a later post.. Chris wrote: > I'd really, really, really put those into the "free" versions as well > (which, nota bene, aren't free for commercial use either). Just look how the > Python world is blooming with m

[REBOL] The associative model of data (tm) ...

2002-01-27 Thread Petr Krenzelok
Hi, so I clicked the wrong link on pcmag.com website, and got to some post relational database era database talk :-) It leads to: http://www.lazysoft.com http://www.lazysoft.com/associativemodel/default.htm Has anyone heard of it already? just a curiousity for those of use who participa

[REBOL] writing from right to left

2002-01-27 Thread shlomo
hi there i'm trying to write an application that allows writing from right to left in text fields: rebol[] alphanum: charset [#" " #"0" - #"9" #"A" - #"Z" #"a" - #"z"] view layout [ keyc: field RIGHT "" do [ evtfunc: insert-event-func [ if equal? event/type 'key [ e

[REBOL] Re: another tag! issue

2002-01-27 Thread Hallvard Ystad
Thanks, folks, my mistake again. Looking upon as a datatype delimited by < and > was smart, thanks. It makes sense now. I no longer consider my workaround as a workaround, but as the way to do it. (To print a tag followed by a linebreak: print join form "^/"). ~H Dixit Carl Read (00.43 27.0