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

[REBOL] Re: CORE experimental 2.4.39

From: petr:krenzelok:trz:cz at: 23-Nov-2000 7:18

Whooo ho, Jeff, you are the messenger of some progress being taken even in area of core technology development :-) Is REBOL/Express really so great you folks are so silent last weeks? :-) [jeff--rebol--net] wrote:
> Added GET-MODES and SET-MODES for file and network ports. (These > functions are NOT documented at this time and are subject to change in > later versions. Use at own risk.) >
Does it mean they could be removed later? Or do you mean just change of their behavior? What are these functions good for, please? :-) I tried 'get-on upon my mailbox port, but it does seem to want different kind of parameter .... I was not succesfull even with file port: ->> file: open %novy.txt ->> get-modes file ** Script Error: get-modes expected modes argument of type: word block ** Near: get-modes file
> Added fork selection to the /custom block for OPEN, READ etc.
And - what does this one mean? :-)
> Added NOW/precise refinement. >
nice ...
> Added asynchronous 'wait-able DNS for Unix and Windows: > open dns:///async, then insert/wait/copy.
is the number of slashes correct? There seem to be always something to improve :-) Now when above changes will find it's way into REBOL/View? :-) Very nice, RT, thanks for the update! Now how about other suggested and really usefull additions as parser improvement, etc? -pekr-