r3wp [groups: 83 posts: 189283]
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

World: r3wp

[!REBOL3-OLD1]

Claude
2-Oct-2009
[18609]
do we have any date for gui R3 and the beta R3 ?
Steeve
2-Oct-2009
[18610]
nop
Claude
2-Oct-2009
[18611]
could we aks for have gui R3 before decembre with Beta R3 ?
Pekr
2-Oct-2009
[18612x2]
We can ask for anything, the question is, if it is possible to happen 
:-)
Carl expressed his will to release Beta this autumn, hopefully before 
Christmass.
Claude
2-Oct-2009
[18614]
before winter ;-)
Pekr
2-Oct-2009
[18615x3]
Current project plan is here: http://www.rebol.com/r3/project-plans.html


Carl expressed his will to adapt the list and its priorities upon 
the needs of community ... I will ask him to wikify it, so that we 
might edit it ...
Do you need R3 GUI for any specific project, or just to play/learn? 
Because other folks might prefer more finished Core, e.g. Multitasking 
...
I am not sure everything on the list can make it into beta in reasonable 
timeframe ....
Claude
2-Oct-2009
[18618x2]
only for play and learn
i would like to upgrade the some of my app to R3
Pekr
2-Oct-2009
[18620]
I thinkt that VID3 needs 2-3 weeks of work, maybe less, in order 
to be safe to suggest, because there are some structural changes/adjustments 
planned ...
PeterWood
2-Oct-2009
[18621]
I don't know how you can come with an estimate of 2-3 weeks especially 
as the current GUI only works on Windows and doesn't yet support 
Unicode..


Even if it only takes that little, I can't see Carl having 2 to 3 
weeks to dedicate to the GUI this side of the New Year.
Pekr
2-Oct-2009
[18622x2]
Who said beta will span all platforms?
I am also not sure, GUI will support Unicode from the very beginning, 
altough many expressed it being a priority. There is a difference 
between GUI and VID. Carl worked on VID. Once he is back to it, I 
believe Cyphre is going to be contacted to do some work on View part 
...
Henrik
2-Oct-2009
[18624]
My guess is 2-3 weeks for VID itself and 1-2 months for the skin. 
Really lowlevel stuff depends on the availability of Cyphre.
Pekr
2-Oct-2009
[18625x2]
Cyphre is waiting for the C code alignment. He does not have recent 
sources for View. If I understand him correctly, he has to wait for 
the Host code release ...
... or for Carl sending him latest version ...
Henrik
2-Oct-2009
[18627]
when it's ready, I hope that Cyphre can at least partially work independently 
from Carl.
PeterWood
2-Oct-2009
[18628x2]
A windows only beta will nicely establish R3's cross-platrom credentials.
A non-unicode GUI beta will nicely establish R3's internationalisation 
credentials.
Pekr
2-Oct-2009
[18630x2]
OK, so wait another year for the beta ...
then I prefer Core only beta, all current R3 platforms ...
Graham
2-Oct-2009
[18632]
eek... I can use it to send email!
Steeve
2-Oct-2009
[18633]
what else
Graham
2-Oct-2009
[18634x2]
who wrote this?
it looks very nice
Maxim
2-Oct-2009
[18636]
who wrote what?
Graham
2-Oct-2009
[18637]
the online rebol console
Maxim
2-Oct-2009
[18638]
ahhh  ...  kaj
Steeve
2-Oct-2009
[18639]
who said that ?
Maxim
2-Oct-2009
[18640]
After the parse enhancement, I really think the extensions improvements 
(other datatypes and devices/callbacks) should be done first... a 
lot of stuff can then start parallel to what carl works on.  not 
just by me... but many of us can work on improving R3 at the capacity 
level through extensions and have the need and will to do it.
Steeve
2-Oct-2009
[18641]
bah...
Maxim
2-Oct-2009
[18642]
who said what?
Graham
2-Oct-2009
[18643x2]
Who said that the online rebol console was written by Kaj?
I think Henrik wrote one, Kaj wrote one ... is this a new one ?
Steeve
2-Oct-2009
[18645]
we can do the protocols now, by ourself, since a while, but noone 
do that. We are just a bunch of lamers :-)
Maxim
2-Oct-2009
[18646]
ahhhh sorry, that is a new one !
Steeve
2-Oct-2009
[18647]
And people could come with VID proposals too, to help Carl
Maxim
2-Oct-2009
[18648x3]
freebol is a domain owned by the guy refered to as "hostile fork" 
afaik
I think the VID design is pretty decided upon, it just needs agile 
hands to implement it... and that IIRC depends upon a few enhancements 
to the engine and for some of the design to be finalized by Carl.
I have to change color... blue is too crowded.
Henrik
2-Oct-2009
[18651]
looks like Carl wants to visit the problem of empty rules.
Sunanda
2-Oct-2009
[18652]
Henrik is referring to this blog entry:
  http://www.rebol.net/cgi-bin/r3blog.r?view=0258
Chris
2-Oct-2009
[18653]
Brian, it's possibly forlorn, but I can forsee a pattern of [and 
map! here: change to-block here/1 :here into []] (sorry, rough approximation) 
in order to serialise in one form or other.  Given there could be 
no other possible use for [into map!] perhaps parse could imply that 
conversion?
Pekr
3-Oct-2009
[18654]
The new one was written by user known as Fork, or HostileFork ...
BrianH
3-Oct-2009
[18655x3]
Good guy, and smart too. New to REBOL but not new to programming.
Another Brian :)
Chris, we've been careful to make the interaction model of map! more 
like that of objects than series. You can't parse objects either.
Chris
3-Oct-2009
[18658]
Right, objects present a similar pain.  I know for the most part, 
you don't want to do this.  It's a very specific case - when 'parse 
into encounters a map, instead of returning false, it converts to 
a block and parses.  I don't see this as touching the way map! works 
at all, just parse - for those occasions where it'd be useful over 
an old-style workaround.