World: r3wp
[!REBOL3-OLD1]
older newer | first last |
Gabriele 23-Aug-2007 [4304] | anyway, i don't think it's a good idea to discuss it here, because most people here don't know what we're talking about. they'll just think vid3 is going to be broken because you continuosly complain about it... :) |
Henrik 23-Aug-2007 [4305] | There was a time, just when VID3 discussions had started last year that it was proposed to make VID3 way more scalable and powerful at a slight cost in ease of use. It certainly is way more powerful now. I can't see any dead ends or impossibilities where I'm sitting, like you can with R2 VID, but the ease of use never went away. It's a lot easier to use than R2 VID. I'm also betting that implementing new features will be a breeze compared to the wrestling you had to do for R2 VID. |
Louis 23-Aug-2007 [4306] | Sounds really great! Is there going to be a new file system with file locking for multi-user support? |
BrianW 23-Aug-2007 [4307] | *I* don't think VID3 is going to be broken. I know that Pekr complains and docs can be spotty. That is the nature of the universe. |
Graham 23-Aug-2007 [4308x5] | Instead of using Mediawiki ... have a look at MindTouch's Deki-Hayes. See http://wiki.mindtouch.com/Deki_wiki |
Comes with a programmable API too | |
I don't think Mediawiki allows you to save multiple versions of the same file for versioning, but Deki Wiki does ... | |
Api docs: http://wiki.opengarden.org/Deki_Wiki_API | |
Any reason why the new vid dialect can't be back ported to r2? | |
Ashley 23-Aug-2007 [4313] | Dependencies on R3-specific features such as Rich Text, GOB's, Percent, Draw enhancements, etc |
Graham 23-Aug-2007 [4314] | backport those too! |
Pekr 24-Aug-2007 [4315] | Graham - then R2 would become nearly an R3, what would be the point, with limited resources? |
Kaj 24-Aug-2007 [4316] | error compiling committee.c: too many arguments to function |
Graham 24-Aug-2007 [4317] | it might take a while for r3 to be stable |
Kaj 24-Aug-2007 [4318] | That would be an even bigger problem for backports |
Henrik 24-Aug-2007 [4319x3] | graham, there are way too many dependencies on R3 to backport R3 VID to R2. It would probably also take as long time to port it as it has taken to write it. |
I think also with what it does, graphics performance will be poor under R2 View. There are things being done that would make a port for R2 run at a snail's pace. :-) | |
Latest report: Nothing big has happened in a couple of days. Carl is buried in some work and bugfixing. I'm building the new requester system with the new way to parse dialects. 267 bug reports listed. Cyphre has talked about speed optimizations that will be made to the graphics system. Pekr is talking. A lot. :-) Gabriele is also busy coding. There are many requests on ports for OSX and Linux as this Windows-only thing is getting rather old. Geomol has shown interest in the OSX port. Brian Tiffin has shown interest in the Linux port. Both, I'm sure, could use some help at some point, if anyone is interested. :-) | |
Graham 24-Aug-2007 [4322] | Why isn't Kaj clamouring to help with the Syllable port ?? :) |
Kaj 24-Aug-2007 [4323x4] | Maybe I'm more patient than the rest of you? :-) |
I'll just wait for the Linux port, and then R3/Core will probably compile right away on Syllable, thank you very much :-) | |
Well, it will likely be a bit more work than that. Multi-threading may be a problem, depending on what features it will use | |
Building two operating systems also tends to take a fair amount of time, so I'm not clamouring for more work | |
Terry 25-Aug-2007 [4327] | How about porting it to a plugin that actually works? |
Kaj 25-Aug-2007 [4328] | There's a logical problem with what you say. According to you there apparently is not working plugin, so there's nothing to port to |
Henrik 25-Aug-2007 [4329x2] | plugin will eventually come, I'm sure. right now it's not very productive to have a linux/OSX version, due to the fact that most of the developers don't run Windows on their primary development box. |
it's not very productive _not_ to have a linux/OSX version :-) | |
Brock 26-Aug-2007 [4331] | Henrik, does this mean that it is going to _much_ harder to port R3 than previous versions? I realize it will be harder as there is likely more system dependant code than in the past? I also realize there is going to more dependence on the community to kick-in for various platform ports. I agree however that the linux and OSX versions should come after the windows, but the plugin needs to be within this calendar year. [Unless R3 is going to be so good without it that the X-internet that was invisioned years ago will be more possible] |
PeterWood 26-Aug-2007 [4332x3] | I thought one of the reasons behind the R3 re-write was to make it much easier to port Rebol to different platforms. I believe there is a complete segregation of 'core' and 'platform dependent code'. |
Given that the Python team is planning on a 12 month beta for Python 3.0, personally I think that it would be wise to expect something similiar for Rebol 3. | |
On the other hand we can be confident that Rebol 3 won't take as logn as Perl 6 :-) | |
btiffin 27-Aug-2007 [4335] | Brock; To add to what Peter said, it might be hard to say whether a port will be much harder, but there will be a far greater potential for getting more people involved. So we are faced with the unknown of whether random masses can produce more than a select few; in term of better, stronger, faster. Will opening the OS specific side free RT to focus on the core technology or saddle them with testing, filtering the various ports and spending all day answering developer questions? Soon to be seen. I'd hedge on the former and look forward to a tide of momentum. |
Henrik 27-Aug-2007 [4336] | Brock, it's mostly a time issue right now. Still a lot of loose ends. I have no idea of the porting process as it's not documented yet, and I don't expect to be doing the porting. I do expect that as soon the process is properly documented, anyone with experience in C-programming, will be able to do a port. |
Gabriele 27-Aug-2007 [4337] | harder to port: no, it's the opposite, it's much easier than R2. |
Kaj 27-Aug-2007 [4338] | I think that would only be true if R3 can also be ported without implementing the multi-threading. Can it run single-threaded, like R2? |
Pekr 27-Aug-2007 [4339] | Kaj, Syllable does not support threading? I am curious, what REBOL threading strategy is, or how is IO solved in general. We know we've got devices. Do thouse run as threads? Or how does typical async network communication happen for e.g.? |
Kaj 27-Aug-2007 [4340x2] | Syllable has extra-special threading, like BeOS. Threaded applications need to be ported. We do have a PThreads implementation for portable threading, but it's incomplete |
Syllable/BeOS threading is much more like Amiga threading than like Unix threading | |
Pekr 27-Aug-2007 [4342] | Amiga had threading? I thought it has only tasks? |
Kaj 27-Aug-2007 [4343x2] | The terminology that exists today wasn't used at the time. It's vague whether you should call Amiga a microkernel, or it's tasking multi-threading, but it basically was |
Unix has a rather big separation between heavy-weight processes and light-weight threads. Threads may only be implemented in userspace. On Amiga/BeOS/Syllable, threads are light-weight and are based on kernel tasks | |
Gabriele 27-Aug-2007 [4345] | kaj, i think it's still easier to port R3 even with threads. |
Kaj 27-Aug-2007 [4346] | Show us the code :-) |
Gabriele 28-Aug-2007 [4347] | i'm sure it will be shown soon :) |
Ingo 28-Aug-2007 [4348] | For which definition of "soon"? ;-) |
Graham 28-Aug-2007 [4349] | he's just teasing... |
Ingo 28-Aug-2007 [4350] | ... Well, hope dies last ;-) ... |
[unknown: 5] 28-Aug-2007 [4351] | Beta coming soon? |
Pekr 29-Aug-2007 [4352x2] | As most ppl from here are already in alpha world, I suggest releasing for the rest of this world. I could even imagine voluntarily prepare some summary of tests/opinions/bugs in special channel here, so that Gabriele or others could bring it to alpha world, to prevent flooding main testing group with lots of chat .... |
So, would you guys welcome to particiapate? Note: I have no mandate to promise you any such thing, I am just investigating possibilities of how to help others to get in and eventually help .... | |
older newer | first last |