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

World: r3wp

[!REBOL3-OLD1]

BrianH
29-Nov-2008
[8391]
The other issue is that at the current stage of development, R3 needs 
apps. We need network apps to test the network infrastructure, GUI 
apps to test that, the list goes on. We don't need these to do a 
development release of R3, but we need to do a development release 
of R3 to get these apps made. You didn't think that Carl was going 
to delay the R3 release to write a forum, did you?
Graham
29-Nov-2008
[8392]
Carl is a guy who won't drink wine unless he grows it himself.  Period.
Kaj
29-Nov-2008
[8393]
And that, presumably, is why you chose REBOL all those years ago
Graham
29-Nov-2008
[8394x2]
Nope.
I'm still purchasing software ...
Kaj
29-Nov-2008
[8396]
Well, it is for me
BrianH
29-Nov-2008
[8397x3]
Graham, Carl is not making wine here, he is making a tool. You need 
to use a tool during the development process in order to be sure 
your tool works.
It is the only way to further the design.
People are going to use REBOL to write forum software, or the many 
applications that do the same thing, technologically speaking. We 
will need to have test apps of that nature to make sure that apps 
of that kind will work. The reason that tool-builders use their own 
tools during their development process is to make sure that their 
tools work, and to get ideas. That is why other programming languages 
use tools built in those programming languages.
Graham
29-Nov-2008
[8400x4]
he should decide to write something else.
like Cheyenne ...
there's nothing compelling about forum software ...
The point is to get the release out now so *other* people can test 
it.
Kaj
29-Nov-2008
[8404]
Then why did we have such a huge discussion about a good one?
Graham
29-Nov-2008
[8405x2]
we didn't ...
we had 4 suggestions... they're all pretty much the same
Kaj
29-Nov-2008
[8407]
We did, in the R3 alpha world. I haven't even caught up with it
Graham
29-Nov-2008
[8408]
I was in that discussion ... so I know.  I suggest you read before 
commenting.
Kaj
29-Nov-2008
[8409]
Indeed they're all the same in that they suck
BrianH
29-Nov-2008
[8410]
No, Doc should write Cheyenne, that's what the release is for. I 
still don't get where you thought that Carl was going to delay the 
development release to write some forum software. The whole reason 
for the release is to get R3 out to the community, so that others 
can write this stuff.
Graham
29-Nov-2008
[8411x2]
So, what.
So, Brian what was this 5 points need to be settled before we release 
business?
BrianH
29-Nov-2008
[8413]
Carl is just putting off the forum software until after the release, 
just like the DevBase rewrite.
Graham
29-Nov-2008
[8414]
Windows sucks .. many of us use it before there's nothing better.
BrianH
29-Nov-2008
[8415x2]
The point has been settled - that doesn't mean that the software 
needs to be in place ahead of time.
The only software that needs to be in place is in place already.
Graham
29-Nov-2008
[8417]
So, we see a release today?
BrianH
29-Nov-2008
[8418x2]
Go back to the alpha world and read. Remember that this is a US holiday 
weekend.
I have already had to skip a night of sleep because of the holiday 
overhead, and even then haven't had time to do any REBOL work. You 
are picking the wrong time of year to get impatient.
Kaj
29-Nov-2008
[8420]
Take it easy, Brian, to fight another day :-)
BrianH
29-Nov-2008
[8421]
Fortunately it wasn't last night :)
Graham
29-Nov-2008
[8422x5]
Carl is saying that he wants to write the BBS because the one we 
decided on ... phpBB or vB ... never appeared.
It never appeared because the server that was promised to me never 
appeared.
Nothing new ... just history recycling itself.
And Carl's arguments are flawed.
No matter ... R3 is irrelevant to what I do ... just trying to help 
move things along.
Steeve
29-Nov-2008
[8427]
wow fight !!!
Rod
29-Nov-2008
[8428]
Just were are the non web public places for R3 discussions?  Are 
those only open to those in the R3 alpha group?
Steeve
29-Nov-2008
[8429x3]
it seems
it's an another world in Altme
you must have the password and accept to be raped by the gurus
Rod
29-Nov-2008
[8432]
*smile* no fear here, they would find I'm old and thick skinned, 
a scary combination!
Steeve
29-Nov-2008
[8433]
you could be disapointed, they are a little pervert
Reichart
30-Nov-2008
[8434x2]
Just for the record, the Alpha group is noting but debate on the 
best way to do things....very focused, very dry.
On issues that need a group, those questions are posted around here 
anyway.
Henrik
30-Nov-2008
[8436x2]
OK, I got a quick job: I need to make a one-month calendar in VID3.4 
complete with day names and dates. I just need the algorithm to generate 
the necessary VID block. It must be coded in R3.
The input is a specific date and the output is the month that date 
sits in. It's OK if we can get more features in, such as week numbers.
ICarii
30-Nov-2008
[8438x2]
ive done a draw based one of  these for R2.. should be simple to 
modify it for R3
something like this Henrik? http://rebol.mustard.co.nz/cal_control.r
Henrik
30-Nov-2008
[8440]
yes, a bit like that. I will need it to output a VID3.4 block or 
at least allow me to generate it easily from that function.