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

World: r3wp

[#Boron] Open Source REBOL Clone

Anton
12-Jul-2006
[190]
But back to the question: Is Win32, MacOSX and Debian Linux enough 
for now ? Are all current orca developers covered by those supported 
platforms ?
Henrik
12-Jul-2006
[191]
I'm not sure that debian linux is enough, even if it's a big part 
of them
Anton
12-Jul-2006
[192x3]
But maybe it will be a couple of years before a developer comes along 
who is not covered by these platforms.
So it might be enough for now. I mean, it seems there's only about 
8 people taking an interest at the moment.
On the other hand, there are lots of open source java chat apps.
Henrik
12-Jul-2006
[195]
there is also plain IRC
Anton
12-Jul-2006
[196]
Mmm. that's true. Maybe we should just use IRC ?
Henrik
12-Jul-2006
[197]
I take it that not all the developers are present here?
Anton
12-Jul-2006
[198]
No, at least one isn't.
Henrik
12-Jul-2006
[199]
so it would be hard to lure him/her in here? :-)
Anton
12-Jul-2006
[200]
Very hard.
Henrik
12-Jul-2006
[201]
interesting
JaimeVargas
12-Jul-2006
[202x3]
We have a plain IRC channel ready in freenode. Join the Orca channel.
That is the simplest. I just need to get meme9 to provide logs for 
it. So people can get up to speed.
I rather spend time coding Orca than coding tools. IRC is fine for 
chatting.
Henrik
12-Jul-2006
[205]
are you Aquanaut?
JaimeVargas
12-Jul-2006
[206]
Yes.
Henrik
12-Jul-2006
[207]
there is only one person there
Anton
12-Jul-2006
[208x2]
I'll check out the IRC. We can't expand with a four person limit. 
That's crazy.
I think IRC is the way to go.
JaimeVargas
12-Jul-2006
[210]
Yeah campfire cost money per users. I prefer no to have the expense.
Anton
12-Jul-2006
[211]
I would like to steer orca back towards full compatibility (or close) 
to rebol (core 2.6.x  at least).  Currently orca has diverged somewhat. 
(It does have a compatibility flag, but I don't know how far ranging 
it is.)  Does anyone here have any objections to this course of action 
?
Henrik
12-Jul-2006
[212]
nope. Personally I'd prefer a straight Rebol clone probably with 
added bits.
JaimeVargas
12-Jul-2006
[213]
I will fix some of the bugs though.
Anton
12-Jul-2006
[214]
The closer we make it, the less documentation we have to write ! 
:)
JaimeVargas
12-Jul-2006
[215x2]
For example,  the Ops in Orca have are more comprehensive and correct 
that the ones in R2.
Indeed.
Henrik
12-Jul-2006
[217]
do we clone the stupid parts as well? :-)
Anton
12-Jul-2006
[218]
now now ;)
JaimeVargas
12-Jul-2006
[219]
Lets swicth the conversation to IRC.
Anton
12-Jul-2006
[220]
I'm looking for an IRC client now... what are you guys using ?
JaimeVargas
12-Jul-2006
[221]
I use Colloquy in OSX
Anton
12-Jul-2006
[222x3]
I'm going to try Bersirc.
What's the freenode server address I need ?
Ok I'm in.
Pekr
12-Jul-2006
[225]
Anton -if you are on Windows, then mirc is probably the best one 
...
Anton
12-Jul-2006
[226]
Too late, I'm using Bersirc, which is open source.
Pekr
12-Jul-2006
[227]
ah, ok, I just wanted to suggest what is simply the best for all 
those years ... :-)
Anton
12-Jul-2006
[228]
I went to wikipedia and it has an IRC comparison chart :)
BrianH
12-Jul-2006
[229]
Jamie, Henrik, if there are bad ops or stupid parts in R2, be sure 
to mention them to those creating R3. Either RT will fix the problems 
or explain why they aren't problems. In the long run, it would be 
a good thing if Orca and REBOL were to be more compatible.
Anton
12-Jul-2006
[230]
Yes, actually, I'm more in favour of staying close to rebol, even 
with its bugs and deficiencies, to maintain as much compatibility 
as possible.
[unknown: 9]
12-Jul-2006
[231]
Agreed.
JaimeVargas
12-Jul-2006
[232x2]
I just don't see the use of being compatible. I actually see it like 
a wast of time. 100% compatibility means importing the gotchas, the 
bugs, and the problems in certain designs. Like the port system.
Yet my goal is to abandon Rebol, not have a backup tool. If I build 
a tool I want to use it for my own benefit. Not become tied to following 
an external spec.
Anton
12-Jul-2006
[234]
(at least we know those bugs.)
JaimeVargas
12-Jul-2006
[235x2]
My approach about cloning "Copy what you like"  http://www.paulgraham.com/copy.html
Again. I taking this as a hobby. I will still pitch in if others 
want to make Orca into a real clone. Any how I still learn something 
which is my goal.
[unknown: 9]
12-Jul-2006
[237]
Perhaps switches?
JaimeVargas
12-Jul-2006
[238x2]
Maybe. But thats a lot of work. When one could just doing something 
new and cool.
It depends of what is the objective. If the objective is to support 
an older code base then compatibility is a must.