[REBOL] Re: R: Re: REBOL 3.0 mentioned on the blog!
From: massung::gmail at: 12-Mar-2006 9:44
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.
--
massung-gmail.com
On 3/12/06, Jeff Massung <massung-gmail.com> wrote: