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

[REBOL] Re: multi-threading

From: petr:krenzelok:trz:cz at: 9-Jul-2001 23:46

----- Original Message ----- From: <[robert--wilke--stud--fh-regensburg--de]> To: <[rebol-list--rebol--com]> Sent: Monday, July 09, 2001 11:23 PM Subject: [REBOL] multi-threading
> Hi I am new to REBOL and I have an important question: > > Does REBOL support something like "Multi-Threading" (Java,NT) or > fork() (like on UNIX-Machines), because if not - it will not have a > great potential, even if it is a great and unique language - so don't > get me wrong. But, maybe somebody can answer the question and > also give me some resources where I can find more technical > details how the REBOL interpreter works and not just the language > itself.
in /Pro version, you can 'call externall apps, so you can start another rebol.exe instance :-), or, - you can look at 'launch function (type help launch in the console). But no threading ... not yet ;-) Cheers, -pekr-