Something I forgot to mention, though, about multi-threading. This is potentially a gigantic can of worms to open. If we suddenly had to start worrying about critical sections, mutexes, locking global variables, etc, then I'd rather not go down that road. The language could handle most of this for us, but those features would unnecessarily slow down the language by default, just by needing to handle the "worst case" senario.
KISS. Jeff M. -- [EMAIL PROTECTED] On 3/12/06, Jeff Massung <[EMAIL PROTECTED]> wrote: > > > The list of functions needed would be fairly small: thread? kill pause > resume and perhaps a way of setting priority. > -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
