World: r3wp
[!REBOL3-OLD1]
older newer | first last |
BrianH 22-Sep-2008 [7201] | I could say that I need a development environment for a robotic vacuum cleaner. Do I complain that someone hasn't built it for me, or do I make one myself? I choose the latter. The only reason that there is no REBOL development environment for the iPhone is that I don't need one, and noone who does has made one. This is a community - RT is a company. If you want RT to make that, you pay them. Otherwise make it yourself. |
Terry 22-Sep-2008 [7202] | I don't expect anyone to make it. That's the problem with Rebol.. if you want something, you need to make it. |
Henrik 22-Sep-2008 [7203] | as with any other language? |
BrianH 22-Sep-2008 [7204x3] | There will always be people who chat instead of do, in any community. You can't use the work of people who do in another context to berate people who chat in this one. We have people who do as well, and the people who chat won't start magically becoming people who do when transported into another community. Personally, I like the people who chat. They provide ideas for the people who do. |
If you want something, you need to make it. Or pay for it to be made. Or look to see if someone else has made it and get it from them. On any platform, even this one. Such is life. | |
I have to retract one of my statements: There is at least one person with the porting skills to make a development environment for the iPhone who actually has an iPhone. But he's busy working on more important (to him) stuff. | |
Pekr 22-Sep-2008 [7207] | I think that Terry just tries to state the fact - that our community, even if honestly trying to do the best, is so small, that we will not be successfull in spreading REBOL as much as other projects span .NET, iPhone, etc. |
Maarten 22-Sep-2008 [7208] | I have an iTouch :-) |
BrianH 22-Sep-2008 [7209x2] | Those other products have large corporations behind them, and depend on wide adoption. I'm not sure that either is the case here. |
Maarten, do you have the need to write applications for your iTouch? | |
Maarten 22-Sep-2008 [7211] | Yes. But as is stands, it is faster to not do that in Rebol... for now. |
Oldes 22-Sep-2008 [7212] | if you want something, you need to make it. - yes, and what? If I would not using my dialect to make SWF files, I would have to use for example mtasc, but If I would need to for example scale all the graphics in the file as I needed now, I would have to code in Ocaml which I would not be able. With Rebol it took me 2 evenings. |
Maarten 22-Sep-2008 [7213] | (I don't mind Objective C) |
Oldes 22-Sep-2008 [7214] | I really don't think that there would be somehow in Ocaml comunity to do it for me. |
Maarten 22-Sep-2008 [7215] | And I bought the iTouch as MP3-player while running... figured might as well get some extra goodies. Now that I have it: it turns the world upside-down. Buying a little app for e2 over your wlan with to taps, it's tasteful. |
shadwolf 22-Sep-2008 [7216x4] | See i like rebolbecause I allows OLdes to express is dreams and that's a hudge thing ^^ |
See i like rebol because it allows OLdes to express is dreams and that's a hudge thing ^^ ( sorry it's really late and i'm prettry tired... = ) ) | |
well i sued most of the programing langugages in the world and rebol is from far the most interresting. It needs to be enhanced but as a matter of fact the numbres of main releases were not alot so we can say that rebolis still a very young language. A cross the years a lot of experience have been collected and i'm sure Carl took a good note of all this and that he will show is that R3 | |
will be a major step stone in Rebol history | |
Henrik 25-Sep-2008 [7220] | About naming VID3.4, here's a pretty bad name for a UI: http://www.guidebookgallery.org/guis/newwave |
Pekr 25-Sep-2008 [7221] | Henrik - I responded to your blog post :-) |
PeterWood 29-Sep-2008 [7222] | There are finally a couple of signs of life with R3 GUI; 2 new pages in DocBase. |
Graham 30-Sep-2008 [7223] | http://www.rebol.net/wiki/R3_GUI |
Geomol 30-Sep-2008 [7224] | No objection so far. I like the very minimal syntax, like in panel 2 [ label "Name:" field "your name" label "Comment:" area ] |
amacleod 30-Sep-2008 [7225] | This is the new stuff from carl? |
Graham 30-Sep-2008 [7226] | Yes. The new god :) |
PeterWood 30-Sep-2008 [7227] | Let's hope the behaviour of the GUI is as good as the syntax. |
amacleod 30-Sep-2008 [7228] | Looks good. Not much different from 3.0 but I guess we only see hints of that underlying stuff that Carl spoke about...for example submit buttons to urls and services...the 'send' action.etc. |
Henrik 1-Oct-2008 [7229] | it looks significantly easier to build styles for, but I have yet to see what the costs are, if any. |
Steeve 1-Oct-2008 [7230] | yo all, i don't find any index property in the new port file scheme in R3, how can we seek in a opened file ? |
BrianH 2-Oct-2008 [7231x3] | Ports can't be treated like series anymore. The seek option has been moved to READ and WRITE, which correspond loosely to COPY and INSERT on R2 ports. The index or offset is an internal property of the port, not of the port reference like in R2. |
See http://www.rebol.net/wiki/Ports | |
Keep in mind that the port model is almost completely different in R3 (and a vast improvement) so your low-level code will change. | |
Chris 4-Oct-2008 [7234x4] | So, no 'select, 'insert, 'change or 'delete then... |
Sorry, 'remove, not 'delete... | |
What is the suggested replacement where a port is used as a data interface? | |
Though I'd still advocate a separate type for this -- adapter! if you will... | |
Gabriele 4-Oct-2008 [7238] | Chris, actually ports in R3 support a lot of different actors, though it is not clear yet if it should or not. |
Steeve 5-Oct-2008 [7239] | ok, the prob with the new file port is that we can not have a direct access using an index. Instead we have to maintain a relative offset because we only can use read/seek wich use negative and positive offset. I think READ should allow to use an absolute index too. (like with a refinement /at ) |
BrianH 5-Oct-2008 [7240x2] | I think read/seek uses absolute offsets. What is your question? |
If you want it to work properly you should also use the /seek option when you open the file port. | |
Steeve 5-Oct-2008 [7242] | it's not a question Brian, when the port is opened, you must use relative offset to advance or go back in the file. |
BrianH 5-Oct-2008 [7243] | Sorry, I said offsets when I meant indexes. And read/seek doesn't allow negative indexes - the index parameter is always a non-negative offset from the beginning, 0-based. |
Steeve 5-Oct-2008 [7244] | have u tested that ?, negative offsets work properly whit read/seek on an opened port. |
BrianH 5-Oct-2008 [7245] | Are you opening the file port with open/seek? I haven't tried seeking without opening in seek mode. |
Steeve 5-Oct-2008 [7246x3] | yes i done that |
read/seek wotk on opened file (port) and u can use negative offset, to read back | |
*work | |
BrianH 5-Oct-2008 [7249] | I'm testing it now. All read/seek calls go to a 0-based index from the beginning of the file. Negative offsets cause an error. What version of REBOL are you using? |
Steeve 5-Oct-2008 [7250] | hum, i can't say it know, i have to go back to my job to check it ;-) |
older newer | first last |