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

[REBOL] Re: Rebol 1.3.0 released for Windows.

From: gabriele:colellachiara at: 13-Jun-2005 13:02

Hi Carl, On Monday, June 13, 2005, 12:53:32 PM, you wrote: CR> Is there a list anywhere of what's been CR> updated/fixed/added since 1.2.1? It is being worked on. The list starting from 1.2.100 is here: http://www.rebol.net/notes/rv13-changes.html CR> Specifically, have the ftp CR> bugs been fixed or do we still need to use the patch? The FTP protocol in 1.3 is 100% new, and written by Romano. So you don't need to use his patch anymore. CR> And as it happens I was doing stuff with graphics when CR> this was released and could've used JPEG saving, but I see CR> it's not there. (And what's /ALL do in SAVE, out of CR> interest?) MOLD/ALL and SAVE/ALL preserve all datatypes and all value attributes.
>> b: skip [1 2 3 4] 2
== [3 4]
>> mold b
== "[3 4]"
>> mold/all b
== "#[block![1 2 3 4]3]"
>> c: make hash! [1 2 3]
== make hash! [1 2 3]
>> insert tail c none
== make hash! []
>> mold c
== "make hash! [1 2 3 none]"
>> mold/all c
== "#[hash![1 2 3 #[none]]]" CR> The new graphic-routines looked nice, going by the demos. CR> Except the new ones seem to have disappeared since I first CR> looked! The ones with the rotating Lion and so on. Have they CR> been removed, or have I done something that's stopped me being CR> able to see them? Most odd... They should be in the Demos folder. Regards, Gabriele. -- Gabriele Santilli <[g--santilli--tiscalinet--it]> -- REBOL Programmer Amiga Group Italia sez. L'Aquila --- SOON: http://www.rebol.it/