World: r3wp
[!REBOL3-OLD1]
older newer | first last |
Steeve 27-Sep-2009 [18234] | Actually, my "awkward" example is the only one to work currently. ;-) |
BrianH 27-Sep-2009 [18235] | If I get a chance today (I'm volunteering at a horror film festival), I'll write up CureCode tickets for all bad behavior. |
Steeve 27-Sep-2009 [18236] | As a "creature" ? |
BrianH 27-Sep-2009 [18237x2] | As a booth babe. |
:) | |
Pekr 27-Sep-2009 [18239x2] | BrianH: how do you know => is going to be added? Any new info from Carl? Because I noticed his reply stating => is problematic, and no indication that ? might be changed to => |
As for insert/remove stuff, I noticed Carl proposed new easier way of implementing it, but does it really mean we can't revert back to first meaning, if it makes sense? We should aim high = implement what is best, not what is easier to be implemented ... | |
BrianH 27-Sep-2009 [18241x3] | It was problematic for a83, but Carl doesn't like ? for the same reason we don't, so he'll change it eventually (perfectionism). |
And as for the insert/remove changes, I was saying that the originally proposed way was infeasible because of private discussions Carl and I had about the subject. Carl's version is more powerful anyways, if you include the integer version. | |
Carl said it was infeasibble. | |
Pekr 27-Sep-2009 [18244x2] | Brian - if => would still be problematic because of REBOL parser, then I would still prefer at least > .... |
and if we free ?, will we use it for if/check? | |
BrianH 27-Sep-2009 [18246x2] | > means greater-than in math. => means then. |
If we free ? we probably won't use it in PARSE at all. CHECK will probably continue to be called IF. | |
Pekr 28-Sep-2009 [18248] | Carl asks about the change of insert/remove/change semantics, upon Steeve's comments - http://www.rebol.net/cgi-bin/r3blog.r?view=0254#comments |
BrianH 28-Sep-2009 [18249] | It would be a loss of functionality, slower, and more memory-hungry, but I would be OK with it either way. |
Pekr 28-Sep-2009 [18250x6] | 3:1 for current index based method to 'remove ... |
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 ... |
older newer | first last |