World: r3wp
[#Boron] Open Source REBOL Clone
older newer | first last |
Pekr 13-Jul-2006 [271x3] | of course, as I am not able to contribute, just regard my vote as not non important ... it is upon those who contribute to Orca ... |
Anton :-) | |
not non = not so .... | |
JaimeVargas 13-Jul-2006 [274] | Anton, I don't see contradiction between your goals and my goal. |
Anton 13-Jul-2006 [275] | Sounds good, but how about this case: foreach v [1 2 3] [ ] in rebol currently returns unset! in orca returns 'v It can be argued that this is a small useful improvement that doesn't interfere with rebol code. I would prefer, however, to change it back to the rebol way because there may be times (possibly very rare) when some code relies on this behaviour and is broken by the change. How do you see this case ? |
JaimeVargas 13-Jul-2006 [276] | Reverse it you want. |
Anton 13-Jul-2006 [277] | Ok, that's good. So when you want to add things to Orca, how can we manage that ? Compiler switch ? |
JaimeVargas 13-Jul-2006 [278] | Yep. There is already a compat flag. |
Anton 13-Jul-2006 [279] | Kaj, and anyone else new to the discussion, I'm trying to get a consensus on the future direction of Orca. It is a divergence from Rebol, as stated on these pages: http://trac.geekisp.com/orca/wiki/OrcaProject http://trac.geekisp.com/orca/wiki/OrcaBehavior |
JaimeVargas 13-Jul-2006 [280] | Look at op.c in the src code. |
Kaj 13-Jul-2006 [281] | In Ruby it would return 3, which is actually very nice in many cases |
Anton 13-Jul-2006 [282] | But I would like to steer it back to Rebol. Actually, since Orca needs a name change, it's probably better to fork and do a big name change, probably to something like OpenRebol or ORebol. What do people think about that ? |
JaimeVargas 13-Jul-2006 [283] | Anton, search from "#ifdef LANG_ORCA " if you want examples of use. |
Anton 13-Jul-2006 [284x2] | (Kaj, note the body block is empty.) |
Jaime, ok.. | |
Kaj 13-Jul-2006 [286x2] | Anton, I agree with changing Orca's course to be more compatible that it is now. On the other hand, I think it would be fairly silly to specifically implement REBOL bugs, especially now that R3 is going to fix some of them |
Still, in Ruby it would return 3. :-) Which I use a lot | |
Anton 13-Jul-2006 [288] | Actually, that's another issue: Do we make a separate fork for R3, (considering it may not stabilise for some time.) ? |
Kaj 13-Jul-2006 [289x2] | That seems like overkill. I say develop Orca along with R3, with the same features |
It's not like the differences are huge - one of the advantages of the high abstraction level | |
Anton 13-Jul-2006 [291] | But we don't know what R3 is yet. |
Kaj 13-Jul-2006 [292x2] | We don't know what Orca's going to be, either :-) |
I think we're talking details here | |
JaimeVargas 13-Jul-2006 [294] | Anton, In order to speed coding you could just target cloning. |
Anton 13-Jul-2006 [295] | I think it's wise to fork Orca, to be clear about the name and the direction it's going. |
JaimeVargas 13-Jul-2006 [296x4] | And the easiest way for that is add the missing natives and mezz. |
Anton why fork. There is nobody else developing it. | |
Once the all the natives and mezz are completed then we can talk about enhancements. | |
Like Kaj request for returning the last element. | |
Anton 13-Jul-2006 [300] | Hmm.. So you think there is lots of work that can still be done before the need to fork becomes a strong issue. |
Kaj 13-Jul-2006 [301x2] | Exactly |
Pick the low-hanging fruit. There's a lot left here | |
Anton 13-Jul-2006 [303] | Ok, so we can pool our resources and leave the arguments til a later stage. |
Kaj 13-Jul-2006 [304] | Yup |
Anton 13-Jul-2006 [305] | Alright, sounds reasonable. |
JaimeVargas 13-Jul-2006 [306] | You see the light! |
Anton 13-Jul-2006 [307x2] | I had to work through the issues. :) |
It's good to know where everyone stands. | |
Pekr 13-Jul-2006 [309x3] | I agree with Kaj here ... develop what is missing, then go R3 route compatibility wise .... good aproach imo! |
so I think we have got general agreement about the course here? | |
Now just how to make those 3 rumoured complete rebol clones authors to release the code to Orca? :-) | |
JaimeVargas 13-Jul-2006 [312] | Life is funny for months, I encourage people to work on Orca, when KarlR and myself decide to quit, we get new fuel. Funny. |
Anton 13-Jul-2006 [313] | Cycles of energy. |
Pekr 13-Jul-2006 [314x2] | Karl wants to quit Orca? |
is there anything fruitfull in R#, which could be donated to Orca? Have you talked to Doc? He will imo never return to R# anyway .... :-) | |
Kaj 13-Jul-2006 [316] | Jaime, I told you to have perseverence :-) |
JaimeVargas 13-Jul-2006 [317x2] | I talked to many gurus, but none wants to work together, too many lone wolfs here. |
It doesn't matter now, Orca works, it is just missing completeness in natives and that I the port system. | |
Kaj 13-Jul-2006 [319] | You can't expect a deep thing like a language platform to catch on within a few months, or even a few years. Especially not without any advertising |
Pekr 13-Jul-2006 [320] | hmm, what a pity ... if all agree, that having OS Rebol is a good thing, even for RT, then I wonder why noone want to release? What is the point in having Rebol clone sitting on own hd, unreleased? |
older newer | first last |