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

World: r3wp

[#Boron] Open Source REBOL Clone

Kaj
5-Feb-2006
[7x3]
Especially the recipe:
http://cvs.sourceforge.net/viewcvs.py/syllable/syllable/system/apps/utils/Builder/packages/orca-current/orca-current.recipe?rev=1.5&view=auto
I use this to build Orca on both Syllable and Linux. If your friend 
has Ruby on Ultrix, he might even try to run Builder and let it compile 
Orca. Builder hasn't been tested yet beyond Syllable and Linux, but 
it is very portable
Volker
5-Feb-2006
[10x2]
on linux i build it with this: http://polly.rebol.it/test/test/orca/build.r
The m2_template may need adaption.
Kaj
5-Feb-2006
[12]
There's a patch for the generated M2 template in that Builder definition, 
but it's only needed for Syllable. It works with Linux, but isn't 
needed there
JaimeVargas
6-Feb-2006
[13]
It also compiles on *BSD and OSX
[unknown: 9]
6-Feb-2006
[14]
Is there a test suite of scripts that you run to confirm Rebol and 
orca produce the same final results (both logic, numeric, and visual)?
JaimeVargas
6-Feb-2006
[15]
Yes. Of course. Look under 'test' directory.
Anton
7-Feb-2006
[16]
Orca's author does not aim for full compatibility with rebol.
JaimeVargas
7-Feb-2006
[17]
No it doesn't because there are some extensions and some minor changes 
desired. Extensions include math for 3D, gui thru Qt, and others.
JaimeVargas
8-Feb-2006
[18]
Does any one cares for support of Ops on tuples and decimals?
Will
8-Feb-2006
[19]
Who is Orca author? 8)
JaimeVargas
8-Feb-2006
[20x2]
ie. 

 do [ 1.2.3 + 5.0] ;; note the later number is a decimal! not a tuple.
Karl Robilard primarily, but I am doing some contributions.
Graham
8-Feb-2006
[22x2]
I downloaded the windows binary and brought up a console only.
Are there more extensive instructions?
Carl
8-Feb-2006
[24x3]
I checked it out.
Did not compile it, but just looked around to see what had been done. 
(I wish the code were better written, but I guess that's the open 
source theme.)
It looks a long way off. Easy to make something that looks a bit 
like REBOL. Hard to make something that is REBOL.
Graham
8-Feb-2006
[27]
This seems to be a response to a perception that there are some problems 
with Rebol that can not wait for RT to fix in RT's timeframe.
Carl
8-Feb-2006
[28]
Certainly, I understand such concerns.
Graham
8-Feb-2006
[29]
is there any way that the community can "vote" on what priorities 
it considers important ?
Carl
8-Feb-2006
[30]
I would very much like to see that happen.
Graham
8-Feb-2006
[31]
I know it's cool to work on rebcode etc.. but for those developing 
basic applications, there are some show stoppers that just bring 
things to a halt.
Carl
8-Feb-2006
[32x2]
What for instance?
PS: I'd really like to get more help with REBOL.  Problem is, out 
of 100 users, there are normally only about 1 or 2 that will help 
out.
Graham
8-Feb-2006
[34x2]
and that #$!%!! detect face bug is a real pain. Gab raised its priority 
to critical, but I'm really prevented from making much progress until 
it's fixed *and* in the SDK. 
 /endquote
private conversation
Henrik
8-Feb-2006
[36]
carl, maybe people need to see a task list? one where they could 
easily say "hey, I can do that, I'm skilled in this area"
Graham
8-Feb-2006
[37]
A way for visible way for developers to influence RT's currrent focus 
would be really good.
Carl
8-Feb-2006
[38]
When I hear things coming to a "halt" due to REBOL bugs, I look at 
things like AltME and QTask that are running on really old version 
of REBOL that had a lot more bugs... and they seem to work pretty 
well.
Graham
8-Feb-2006
[39]
Altme is buggy.
Carl
8-Feb-2006
[40]
It is?
Graham
8-Feb-2006
[41]
its crashed twice today with recycle bug for me.
Carl
8-Feb-2006
[42]
Yep, that's the good old one.
Ammon
8-Feb-2006
[43]
AltMe does crash once in a while but it actually crashes less frequently 
than any other IM I use and it provides a whole lot more in functionality.
Carl
8-Feb-2006
[44x8]
I only see it once a month or so.
Yes, everyone seems to ignore all the bugs in other programs, like 
Win32 itself. But,... not to get onto that track.
Back to the idea of voting or influencing.
There are three "kinds" of projects for us: R, D, and B.
R is research. Rebcode is an example. We do those to push a bit, 
because we know they require a lot of thought, plus user testing 
and feedback.
D is development. The normal day-to-day working on REBOL.
B is bug fixing. That's a special mode.
Anyway, we should shift groups. This is the wrong one. But, I am 
very interested in some kind of voting method.
[unknown: 9]
8-Feb-2006
[52x2]
is there any way that the community can 
vote" on what priorities it considers important ?"

..................yup.
Altme is buggy.

  Graham...........on that I have to call BS!  AltME has less bugs 
  in it that almost any multifunctional application I know of.  It 
  should get a bloody award.
JaimeVargas
8-Feb-2006
[54]
One thing worries me. AltME hasn't change much in the last two years. 
I haven't add anything beyond its basic functionality, however two 
major bugs have persited during this time:
- Recycle bug
- Losing postings
Ashley
8-Feb-2006
[55]
!AltME group?
JaimeVargas
8-Feb-2006
[56]
So, it is not perfect and this is not a contest about who has less 
bugs, but how can the supporting technology response quickly to address 
the problems that an end-user application has.