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

World: r3wp

[!REBOL3-OLD1]

Pekr
28-Sep-2009
[18251x5]
re GUI - I proposed to set-up wiki page similar to Parse proposal. 
We have few request for View kernel itself, as well for VID.
I think, that everybody is waiting for your go. I think that most 
ppl here prefer you working on Core. Most of devs here will prefer 
complete Core, along with parse, extensions, host code released, 
networking protocols, cgi, console and especially some FIRST words 
on concurrency ...
it is easy to state - we are in beta, while missing on some features. 
As for BrianH, I think he wants to move to Scheme dialect revision, 
once parse is done.
Actually - ppl still think, that before the host code is released 
(and hence host using Extension api (I think)), we are still dependant 
on you doing all the work ....
The question is, if it makes sense to jump to GUI anytime soon, without 
Core stuff not being finished to beta status ...
Carl
28-Sep-2009
[18256]
I think there are a few ways to slice the pie.  Here are my main 
motivations:
BrianH
28-Sep-2009
[18257]
Before you move on though, check CureCode - there's 4 new parse bugs 
:(
Pekr
28-Sep-2009
[18258]
BrianH: parse is still not done, no? To/thru multiple is not in there 
yet :-)
Carl
28-Sep-2009
[18259]
First, it's easier to get a Core completed, so that those of us (and 
I include myself) can start using R3 for our servers and other such 
tasks.
Pekr
28-Sep-2009
[18260]
Of course, there is also group interested in GUI - shadwolf, Steeve, 
me, maybe Henrik ....
BrianH
28-Sep-2009
[18261]
It is for string parseing
Pekr
28-Sep-2009
[18262]
Carl - I agree on that - Core first ...
BrianH
28-Sep-2009
[18263]
I agree
Carl
28-Sep-2009
[18264x2]
So, we must then look at it: what critical things are missing from 
Core?  And...
How can we make it possible for other developers to help with what 
is missing?
Pekr
28-Sep-2009
[18266]
there is - projects-plan.html. We should vote on features, update 
the projects-plan, and go for it.
Carl
28-Sep-2009
[18267]
Let me give an example...
Pekr
28-Sep-2009
[18268]
Noone can help, if Host is not released, and host is not released, 
as it does not use Extensions. Extensions might require few requested 
features, etc. I think those things are obvious ...
BrianH
28-Sep-2009
[18269]
Device extensions - that will makee it possible to start the database 
debate.
Carl
28-Sep-2009
[18270x3]
*Exactly*
BrianH stole my words.
But I think there's a bigger problem.
BrianH
28-Sep-2009
[18273]
:)
Carl
28-Sep-2009
[18274]
We need to find a way to unify various efforts related to REBOL. 
 For example...
Pekr
28-Sep-2009
[18275]
BrianH is your second brain and RT should put him under the contract 
:-)
Carl
28-Sep-2009
[18276x2]
If many users want SQLite inside REBOL, can *get them* to help make 
that happen.
BrianH and I work together well, but the two of us alone are not 
enough!
Pekr
28-Sep-2009
[18278]
Why? It can be done via Extensions, or via command line (if the damned 
thing would work ;-)
Carl
28-Sep-2009
[18279]
We need people like Doc or Ashley helping to make, for example, a 
DB better integrated.
Steeve
28-Sep-2009
[18280]
Only to say i don't see the interest to have 'remove based on an 
index method.

Because doing that:
parse "..." [ here:  "b"  remove here ]

Is nothing less than doing like currently:
parse "..." [here: "b" (remove here)]

I don't see any gain. 
Oh sorry, we don't have the ( )
Victory !!!!
Carl
28-Sep-2009
[18281x2]
Steeve... it's something to think about, no?
Such decisions are the most difficult to make.
Pekr
28-Sep-2009
[18283]
In one blog thread I pretty much outlined, what really is important 
for ppl. Features at least on pair with R2. Some of them more than 
others:


- CGI - not working under Windows (unicode problem with print -the 
header has to be in ASCII?)
- fixed 'call
- networking (BrianH plans to revamp Schemes)

- console (well, maybe we can live with the current one for a while)


- Some guys are screaming for first words of concurrency. E.g. Doc 
could start with port of Cheyenne - premium REBOL product. Not so 
with missing protocols an concurrency not in place ...
Carl
28-Sep-2009
[18284]
The problem is that up to now, the model for PARSE is: match then 
action.
BrianH
28-Sep-2009
[18285x2]
The victory would be in speed and the fact that your replacement 
code was missing a :here, but your suggestion is nicer I suppose.
I'm OK either way.
Carl
28-Sep-2009
[18287]
The more basic problem is: we cannot do both. So, we must decide. 
 I kind of like Steeve's suggestion, because the old method is always 
a fallback for people who need more advanced methods.
Pekr
28-Sep-2009
[18288]
Let's not steal strategic discussion to parse arguments here, no? 
Blog is enough ...
Carl
28-Sep-2009
[18289]
In other words, we are inlining REMOVE to make it simpler for many 
users.
BrianH
28-Sep-2009
[18290]
I would miss the integer offsets though.
Pekr
28-Sep-2009
[18291]
My summary for what defines the beta is in my 3 posts here: http://www.rebol.com/cgi-bin/blog.r?view=0424#comments
... and even Concurrency is missing ...
Carl
28-Sep-2009
[18292x3]
Pekr... yes, end of note.
Pekr, let me take each of these points, one at a time....
1. "Missing protocols" -- for me, this simply means, some users need 
to add them, because I'm not going to have the time.  Certainly, 
I can help with deep issues if they come up.
BrianH
28-Sep-2009
[18295]
I plan to make the scheme dialect a little nicer to help with that.
Carl
28-Sep-2009
[18296x2]
2. "Networking/Schemes" - I spent a lot of time on the Scheme model, 
to purify and simplify it compared to R2.  So, I'm not sure what 
BrianH is proposing yet.
Ah, ok... that is good.
Pekr
28-Sep-2009
[18298]
Carl - it would be nice to have Uniserve like multiplexing engine 
built directly into language, but I am not sure it would not be too 
much. There is also the other layer we don't know the future of, 
called Services ...
BrianH
28-Sep-2009
[18299]
Just a tweak of the dialect. The implementation is good.
Carl
28-Sep-2009
[18300]
Pekr, R3 ports are totally multiplexed.