World: r3wp
[!REBOL3-OLD1]
older newer | first last |
[unknown: 5] 24-Jul-2008 [6660] | Thanks for the info Shadwolf. I see your frustration and noticed some of those projects over the years. |
Henrik 24-Jul-2008 [6661] | I would not start working on an R3 IDE until R3 is feature stable (sometime around beta release). R3 contains in its current version more debugging and profiling functions than the public alpha and there might be more to come. It could be that Carl sees a good direction for an IDE at some point. |
[unknown: 5] 24-Jul-2008 [6662] | I have no intention at this time, thats for sure. |
Chris 24-Jul-2008 [6663x2] | Sw: I guess you see an IDE as having some built-in collaboration tools (as per #4)? #3 -- Rebollers, for some reason, have a very hard time using someone else's code -- that's part of why it's difficult to establish a repository. Perhaps an IDE would bridge this as it would allow developers to bring in 'modules' seemlessly? #1 -- look at Ruby and Rails for a language/framework that is successful in spite of IDE availability. They use that language as a strength and rely on the quality of 3rd party editors (TextMate?) to make it accessible. Not to mention immediate availability within all but Windows OS (sigh) |
My goal with QM is to deliver a high-level entry point for developing web applications (and a fledgling sister project in app development) that gets you started quickly, reduces the quirk quotient, structures the environment, and is above all expressive. I see this as the hook. Depth comes with initial success... | |
[unknown: 5] 24-Jul-2008 [6665] | Chris, I think the thing we lack in REBOL is that we don't have any collaborations really. What I mean is the partnering of each others products and putting them out as a solution. Think of QM and TRETBASE or some other product and then maybe that powering Henriks forum just to give you an idea. |
BrianH 24-Jul-2008 [6666] | Collaboration and community development is a goal of DevBase. |
Louis 25-Jul-2008 [6667] | What is the status of REBOL3 right now? |
ICarii 25-Jul-2008 [6668] | usable but not complete |
Henrik 25-Jul-2008 [6669] | Louis: http://www.hmkdesign.dk/rebol/files/90e3407319954c2fb00e1665fdbd0e22-128.html http://www.hmkdesign.dk/rebol/files/2d1fc42665bf4b0db081b79d236a3b38-129.html |
Louis 25-Jul-2008 [6670x2] | Henrik, many thanks for the blog links. Very interesting. |
Is unicode support finished? | |
Henrik 25-Jul-2008 [6672x2] | it's implemented, although there are still compatibility bugs left some places. |
unicode has changed many things on a basic level. this affects some mezzanines which need to be fixed. | |
Louis 25-Jul-2008 [6674] | I figured unicode support would be very complex, but I think now that it was even more complex than I thought. It will be very helpful to me. Thanks for the info, Henrik! |
BrianH 25-Jul-2008 [6675x2] | I am not aware of any bugs in the mezzanines relative to Unicode, but there are a few in the natives. Overall the code could use a conceptual audit for Unicode compatibility, though a great deal of this has been done already. |
If anyone else knows of specific bugs in the mezzanines that relate to Unicode, please bring them up here or in the applicable forums. | |
Henrik 25-Jul-2008 [6677] | BrianH, well I guess I counted indirect changes in. If you look at the latest bugs, some mezzanines still expect non-binary input for WRITE and non-binary output for READ. |
BrianH 25-Jul-2008 [6678x5] | I'll check. Thanks for the heads-up. |
That bug can't be fixed without the string-to-binary encoding and decoding infrastructure being there. Those native functions don't exist yet because their design is not finalized. | |
For that matter, I recall that there was some talk of changing the SAVE and LOAD functions completely. It is an unresolved design issue, unless Carl's current work includes string encoding and decoding as well. | |
So to answer Louis' question: Not yet, as far as we know. The data structures for Unicode strings are there, as are UTF-8 word! values, but binary encoding and decoding is not yet there, and there are some limts to Unicode input and output (mostly due to the Windows console). The encoding/decoding work seems likely to get done as a part of Carl's GUI work, as that will probably include text display. The console IO limits are likely to remain until the written-in-REBOL GUI console is adopted. | |
This is all an informed guess though :( | |
Louis 27-Jul-2008 [6683] | Thanks, Brian. |
Graham 28-Jul-2008 [6684x3] | Carl "A PANEL is a group of FACES, each of which are of a STYLE" = Vid3.4 |
Carl "Yes, this week I'll begin writing a lot more about the concepts, and provide examples, screenshots, and a diagram or two." | |
Carl "Yes, I have had the GUI running for some time..." | |
Henrik 30-Jul-2008 [6687] | this week I'll begin writing a lot more about the concepts... , which means it'll probably be ready in a couple of months. :-) |
Chris 31-Jul-2008 [6688] | A little funny for those familiar with Jesse's diets : ) |
shadwolf 3-Aug-2008 [6689] | henrik T____________________________T (/cry) |
shadwolf 5-Aug-2008 [6690] | so any news regarding the announced specs ? |
Henrik 5-Aug-2008 [6691] | nope |
shadwolf 5-Aug-2008 [6692x2] | but does a panel be transparent ? |
VID new name suggestion of the day by shadwolf VooDoo ( Visual object oooooh Display objects oooooooh ) | |
Henrik 6-Aug-2008 [6694] | we have no such details yet |
shadwolf 8-Aug-2008 [6695x4] | still no news from rebol3 so i propose you this work of mine to entertain you ^^ http://shadwolf.free.fr/RTE-line-Shad-03.r |
enjoy folks (more to come later that's only a 2 day work yes lot more things are to be done what works the keyboard arrow left and right the backspace ) | |
and ofcourse formated text insertion | |
(side note don't look the source code it's ugly ....) | |
Graham 8-Aug-2008 [6699x2] | it's very slow! |
the right arrow won't go past the last character | |
shadwolf 8-Aug-2008 [6701x2] | slow ? |
on my Crey C-90 that's smoothy :P | |
Graham 8-Aug-2008 [6703x2] | yes, the typing. |
also, if you use the arrow left you can't type again at the end. | |
shadwolf 8-Aug-2008 [6705] | ouai that's a little bug but hum I don't see it slow really .... |
Graham 8-Aug-2008 [6706] | this is on my IBM AT 286 |
shadwolf 8-Aug-2008 [6707x2] | ...... 286 OMG !!! that's a museum piece ... |
on my AMD X2 3.8 GHz that's smooth really | |
Graham 8-Aug-2008 [6709] | I think it's because you're dumping everything to the console |
older newer | first last |