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

[REBOL] Re: 'join automatic type conversion

From: SunandaDH::aol::com at: 10-Dec-2005 3:19

jf:
> 8,000 ! that's an unusual number. Is it the number of vine stock on Carl's > land? ;-)
I was rounding :-) It looks like a power of 2 minus a few:
>> length? first system/words
== 2462
>> forever [to-word join "a" random 100000]
** Internal Error: No more global variable space ** Where: to-word ** Near: to word! :value
>> length? first system/words
== 8062 Where are the 130 that would make it a neat 8192? Only Carl knows. Also, note that it is somewhat worse than my previous message. Of the 8000 (or so) nearly 2500 are used up already by the system. (That result with View. Different numbers with Core) Sunanda.