Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: using type? with switch

From: chrismorency:videotron:ca at: 2-Oct-2001 1:00

Hi Tim,
> When I work in rebol - more and more these days - as a matter of thought > - I always keep at least one session of rebol going for: > 1)'help > 2)'source > 3)Testing single lines of rebol code > => I use 'probe and 'mold a lot > not 'trace as much as I get a little overwhelmed > by its verbosity.
Well, I have to admit that I must be the only one crazy enough to write 90% of it's rebol code on a early WindowsCE device with a keyboard. I switch between a text editor and rebol/core... probing can be long on a 85 mhtz machine ! And yes I have a PC. The other day I was in the metro, I used my pocketpc to verify if we could do recursivity with function and with methods (function in objects) ! All of that on a keyboardless device ;) And I'm working on my first rebol library on the same WindowsCE device ! So unfortunately, I use help, probe and source has much as I can withstand the crawl of the screen... and I have to get more familiar with mold... Best, Chris