World: r3wp
[!REBOL3-OLD1]
older newer | first last |
shadwolf 24-Jul-2008 [6651x9] | paul all the other asks you do i'm doing them since 4 years now ^^ ... |
I don't think he can make money from R3. R2 has specific barriers that prevent you from implementing specific things in the free version. Those barriers are gone in R3. ---> Was true on the earlier version but as more ppl using it more way to bypass the limitations on free version have been found (using a C server to implements callback to a library overide all those limitations 4 years ago I told Carl those limitations where just futile they can slowing down the developpement nothing more...) examples: calling a .Exe file was bypassed first by the browse/ set-browser command wich lead me to co write the first free rebol WM packager a clone to a SDK (not as sharp) but witch was able to package in a .exe file a VM script and related datas (dependencies (iimages etc...). That project was grebox. and then It was obvious to allow free version to use call function. | |
sql:// have been opened by mysql-protocol so the limitation to access odbc:// was not working neither | |
for DLL we openned it by doing C servers and make rebol scripts sending commands to those servers wich is what rebol is all about (messaging system) | |
so as all limitations can be bypassed why keeping them ? I prefere franckly the way blender claim mommey they have a preoject they do the bill then they publish on their web sites "OK guys we want to intruce this new feature it will cost us that monney we open donation if you donate alot you will get prizes (t-shirtt, cd with advanced tutorials, mugs etc...) and that system works well plus contributors feel they really are guest and participating activly on the blender project advancement that's in my opinion lot more dynami | |
c | |
for IDE that's too an old dream of us pending to the lack of often release .... | |
I don't want to start programming an IDE if at the end of the year I have to redo all the work because rebol3 is realeased and I have to change the whole IDE | |
but the IDE is an IDE in rebol to do rebol software.... But why an IDE in rebol ??? Well for a lot of reason 1) promotion purpose .... Rebol don't need anything else than rebol to do his dev tools ... and if we can do dev tools as sharp as you can see it with rebol that means rebol can do alot for your company too. 2) cause rebol is what we are doing here ^^... Other language are other languages More rebol to save the people ^^.... 3) because who knows better what we need and what we want than us maybe the strongest and the first to believe in rebol 4) because IDE in rebol can make us share the code and work together on a base project where anyone will apport his ideas tries and that's what is a community all about doing there own project on their sides sharing informations and experiencies and gathering around hudge project or mendatory projects ( like rebgui ^^) | |
[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 | |
older newer | first last |