World: r3wp
[I'm new] Ask any question, and a helpful person will try to answer.
older newer | first last |
Geomol 6-Dec-2009 [3203] | Also on mine under OS X: >> time [call/wait ""] == 0:00:00.308834 |
Izkata 6-Dec-2009 [3204x2] | *Waiting on new process (instead of returning immediately) *Process must run and end (launching of the shell, shell interprets string, etc) *Process must be reaped *Possibly other stuff >> time [call/wait {}] 1 == 0:00:00.300538 >> time [call {}] 1 == 0:00:00.010613 |
strange that it's .3s, though | |
Gabriele 7-Dec-2009 [3206x3] | Geomol: i'm not entirely sure why the docs say that, i think it always worked for me. |
300 ms: maybe there's a hardcoded "wait" for the other process to start, or something like that. it seems to be too much consistent to just be the shell startup time. | |
(I think Carl once published the code for CALL... I need to find it and have a look.) | |
Will 7-Dec-2009 [3209] | 300ms is a LOT of time for webapps, it would be really appreciated if a build without that limitation could be made available, Thank you Gabriele for taking care 8-) |
Gabriele 8-Dec-2009 [3210] | You could use my async-call code :-) |
joannak 21-Dec-2009 [3211] | Just quick hello.. I'm totally new to AltME and have used Rebol only years ago. I was somewhat active at older mailing list nearly ten years ago, but various things happened and Rebol was not among top priorities.. since things have changed quite a lot .. |
Geomol 21-Dec-2009 [3212x2] | Hello, and welcome! |
I hope, you find what you seek here. And don't be afraid to ask, there are many nice and helpful people here. | |
joannak 21-Dec-2009 [3214] | Oh thanks.. I'm not even sure what I seek at the moment, just got the feeling I need to check whatīs cooking with Rebol these days. |
Gregg 21-Dec-2009 [3215] | R2 still has a few lingering issues, but development hasn't stopped on it. The focus now is on R3, but the community at large is still kind of on the sidelines. Carl and a core group are working on key elements, including the host interface release and extension model. Depending on when you last looked at R2, there may be some new things there for you to find as well. |
joannak 22-Dec-2009 [3216] | I did DL R3 and run the gfx-view Demo on it. Looks really nice, for example fonts seem to render much better than on REBOL/View 2.7.6.3.1 -- for some reason this seems to mess especially badly with bolded characters. |
Henrik 22-Dec-2009 [3217] | The UI is far from done, though. |
joannak 22-Dec-2009 [3218] | Ah well. I found the reason for one big cosmetical issue with this 2.7.6 ... It has been documented with solution at: http://www.rebol.net/cgi-bin/rambo.r?id=4004& I would like to point out one detail missing from that RAMBO; font smooth type change requires system restart to be effective. |
Henrik 22-Dec-2009 [3219] | This is not likely to be fixed. REBOL 2.7.x low level systems are probably not maintained anymore. |
joannak 22-Dec-2009 [3220] | Well.. It's not a biggie. Was just something a noob wanting to evalluate Rebol might miss. :-) Also I finally found a way to make text bigger on AltME window.. With todayīs screens the default is a bit smallish. |
Gregg 22-Dec-2009 [3221] | Yeah, R2 isn't great for creating "slick" interfaces without the use of graphics. Use can draw text with anti-alias, but most scripts just do things the easy way. The pencil icon is handy as well, so you can use ctrl+s to send. I imagine you've already done that, but for others listening in... |
Fork 23-Dec-2009 [3222x6] | Hello again all, I'm BrianD (but be glad that's not my alias or it would make the Wiki back-and-forth with BrianH even harder to read). |
I was introduced to Rebol a couple of years ago to look at a codebase written in it, and to address the first bug I found in that codebase I decided to see "what it would take" to write an enumerated type: http://hostilefork.com/2009/06/13/enumerated-type-for-rebol2/ | |
Earlier this year I started a project to take every single scrap of idea that I'd ever had or project I'd started and push it to some state of completion. So I tripped across that code, and decided to clean it up and submit it to the rebol code archive. | |
I got the help to make the enum work out here, on AltME, from some of you -- you may remember that. | |
But in the interim I'd lost my AltME password, and Rebol's community had become something of a moving target anyway. So I looked at R3 chat. | |
So I am new, and I am also not that new. I'd like to propose that Rebol embrace visibility in new mediums, like StackOverflow. Anyone with an RSS reader might want to subscribe to the latest Rebol-related questions: http://stackoverflow.com/feeds/tag?tagnames=rebol&sort=newest | |
Graham 23-Dec-2009 [3228x2] | cough cough ... |
Someone posting rebol questions has been accused of spaming ... | |
Fork 23-Dec-2009 [3230] | Well, he wrote a lot, but there are still only 80. |
Sunanda 23-Dec-2009 [3231] | [Pehaps this discussion belongs more naturally in the Advocacy group, rather than a newcomers' questions group] |
Fork 23-Dec-2009 [3232x2] | I'll talk wherever. But I was just going to speak about preferred mediums of communication. Carl has his, I have mine, y'all have yours, etc. |
And my favorite is wiki. Now here we are -- you want to recategorize. How do you? | |
Graham 23-Dec-2009 [3234] | Personally i think we need more web boards ... and not this dark net stuff |
Fork 23-Dec-2009 [3235] | moving to Chat, I guess? |
Graham 23-Dec-2009 [3236] | or ~humor |
joannak 26-Dec-2009 [3237] | One thing that I noticed (an obviously *doh* moment) is that it's hard not to accidently start trying to reinvent the wheel with Rebol programs. There are so many excellent tools, utilities, and games allready made.. Question is more ofthem than not, where do I find whatīs been made, how well itīs been kept updates etc.? |
Pekr 26-Dec-2009 [3238] | joanna - the best aproach is to probably ask here. We have few old-time rebollers here, who might remember some gems. One of them being me for e.g. OTOH - sometimes I am surprised, I can find real gems in rebol.org archive. So - rebol.org, google, ask on mailing list or here on AltME ... |
joannak 26-Dec-2009 [3239] | Thanks, Iīll do so when I have something spesific in mind.. I was wondering how much Rebol has changed in last 10 or so years, in a sense that If I find an neat script what are chances it still works as itīs shoudl be. At the moment I have this feeling that this current v2 Rebol shoudl be bit more compatible than upcoming V3 ? |
Henrik 26-Dec-2009 [3240] | R3 is not very compatible with R2 |
Pekr 26-Dec-2009 [3241] | most R2 script will work unchanged. There were, however, some changes to VID over time, so older VID scripts might not work with newer VID (View) engines. As for R2 to R3, Henrik is right - most scripts will not work ... |
Ladislav 26-Dec-2009 [3242x2] | ...most script will not work... - an uninformed and unsourced opinion |
How many scripts did you try to port? | |
joannak 26-Dec-2009 [3244x2] | I have no plans on jumping into R3 at this point, since there are so much even on R2 I need to learn. But for the future reference, is there any plan for a tool (or mode in Rebol itself) to help Flagging out those R2->3 differences... For example, I remember seeing that PICK works differently on R3 (right, unlike R2 which is offsetted by one), it'll be quite hard to spot all those from source alone, since parameters are often defined at runtime? Some changes will of course be obvious (for spotting), like sockets, since their parameters have been canged a lot. but difference on data readiding/writing (ascii/binary/unicode etc) may hide itself quite a while. |
Hmm I need to read some things again to be sure I have even got it right.. (and I'm sure this is issue that has been wel discussed. before, sorry) | |
Ladislav 26-Dec-2009 [3246] | Yes, there is a difference in Pick behaviour, but keep in mind, that behaviour is different only in exceptional cases |
Pekr 26-Dec-2009 [3247x3] | Ladislav? Really? So just go and try rebol.org submissions, one by one, and then tell me, how many of them actually will work ... |
I did not tell that porting would be difficult, but I better try to tell ppl, that simple do %my-r2-script.r in R3 might not work right away ... | |
But I have no problem standing corrected :-) | |
Ladislav 26-Dec-2009 [3250x2] | Wrong, it is you who stated something without trying |
Even if such a statement was correct, I insist, that mine is correct too: uninformed and unsourced opinion.l | |
BrianH 26-Dec-2009 [3252] | Be nice, boys :) |
older newer | first last |