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

World: r3wp

[!REBOL3-OLD1]

shadwolf
1-Oct-2009
[18578]
cool so when VID 3 work starts again before or after new year's eve 
?
Pekr
1-Oct-2009
[18579x2]
I think before ...
but we can't be sure. R3 progress in last year is good enough, at 
least for me. I am satisfied. If you will ask folks here, we would 
have some trouble to agree, upon what should be next. I like VID3, 
so I would like if View evolved a bit, but many others might prefer 
core stuff as tasking for e.g.
shadwolf
1-Oct-2009
[18581]
yeah with often ralpha release at least we have time to test and 
find most of the bugs and that makes the wrok more dynamic... In 
comparasion of the way the rebol implementation was done and how 
it's done now I from far prefere the actual way and it's getting 
our small community tigher to Carl ...
BrianH
1-Oct-2009
[18582x2]
Shadwolf, Carl wasn't looking for a "SQL like language" to embed 
in REBOL, he was looking at projects like SQLite to see if he could 
extract their table engine and use it directly without using SQL 
at all. This was for RIF (REBOL Indexed Files).
who open source a software in alpha stage

 - Most open source projects do this. And most open source projects 
 never get out of the alpha phase, because open sourcing a project 
 doesn't get it done faster - most people don't contribute, period.
Rod
1-Oct-2009
[18584x2]
I agree Pekr, R3 progress has been excellent, the project plan is 
solid and focused for an effort of this size.  Things have really 
picked up in a good way.
I want RIF, I want VID3, but I will be happy with the 3.0 beta without 
either, especially with extensions as a good way to work other options.
BrianH
1-Oct-2009
[18586]
As soon as we get device extensions, SQLite can be wrapped, as well 
as any other DB with native libraries with compatible licenses (meaning: 
not MySQL). MySQL could be worked on right now through TCP.
Pekr
1-Oct-2009
[18587x2]
BrianH: why do we need Device Extensions for DBs? To have it async? 
Because - DBs could be wrapped even now, no?
Carl replied to the stack size question:


Re #5530: Pekr, looks like a bug. The current stack limit is set 
to 400000. However, it is an arbitrary number. It can be user setable.

The 
PARSE limit can be made to use the entire C stack, rather than a 
forced limit.
Maxim
1-Oct-2009
[18589x2]
is the project list on any wiki page at this point?
(Relating to Carl's surprise appearance on monday... darn... where 
was I on monday!)
Pekr
1-Oct-2009
[18591]
not yet, and I wonder if Carl will make it. He's into parse right 
now ... we will see, we can always remind him of that ...
Maxim
1-Oct-2009
[18592]
ok, I would have added my extension example there right away...


 its funny cause he made devbase so we would have a channel to speak 
 with him within R3... then I use it posting callback proposition. 
  a few days later, he asks me where I put it (it sticks out in the 
 extensions groups quite a bit).  Si I give him back the link to the 
 original post....


 and a bit more than week later... he says here that he doesn't know 
 where the source to my extension callbacks stuff is... <sigh>  

Carl really needs a brain maid  ;-)
BrianH
1-Oct-2009
[18593x3]
Pekr, we need device extensions so the database's event flow (callbacks, 
incremental calls, whatever) can synchronize with that of R3.
Without devices you won't be able to specify which task is handling 
the events, and how the events will fit into R3's event model.
You won't need new devices for TCP-accessible databases because there 
is already a TCP device.
Chris
1-Oct-2009
[18596]
Yes, Petr, parse a map! - parse make map! ["one" "two"]["one" "two"]
BrianH
2-Oct-2009
[18597x2]
PARSE is ordered, and maps don't have persistent ordering. Iterators 
and queries are better for maps.
Think SQL-style set query operations.
Pekr
2-Oct-2009
[18599x2]
Nice - http://freebol.org/private/tryrebol/
oh, this is web-public, I just read the request of author to not 
publish it publicly yet ... hopefully it is used by the community 
at max ...
Henrik
2-Oct-2009
[18601]
it doesn't work for me. returns empty lines.
Pekr
2-Oct-2009
[18602]
it does work for me in FF 3.5 and IE 7
Sunanda
2-Oct-2009
[18603]
Works for me in Firefox too....But the site has some security flaws, 
so not yet ready for the big time.

The sideswipes at REBOL at the end of the (very short) interactive 
demo suggest that HF had some frustrations in creating the demo site 
:)
Pekr
2-Oct-2009
[18604]
what is the base of the frustrations?
Sunanda
2-Oct-2009
[18605]
Some technical issues in getting it to work; and the apparent lack 
of willing in Rt to fix these problems....There are under six pages 
of tutorial, so it is easy to get to.
Pekr
2-Oct-2009
[18606]
authors of various TryREBOL systems seem to have problem with persistence. 
Wouldn't Cheyenne be of some help here? By simple cookie you could 
identify the client and have one console session for him started. 
Cookie would expire at browser's end, or with zero activity for 15 
minutes for e.g. Is there anything I am missing here?
Henrik
2-Oct-2009
[18607]
there would be a need for a session manager and process manager. 
I think, something like R3 Uniserve.
Pekr
2-Oct-2009
[18608]
fastcgi keeps you connected to one process, persistently, and assures 
session affinity = it directs the same client always to the same 
process ...
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.