Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Noob with a question

From: mumpsoid:gmx at: 26-Mar-2009 7:08

On Thu, 26 Mar 2009, Petr Krenzelok wrote:
> mumpsoid-gmx.com napsal(a): > > Hi..... > > > > I'm a new-guy in the REBOLution ;) > > > > Hello and welcome! :-)
Thanks! [snip]
> As for me, I don't use forall much. I prefer foreach and for loops. > Foreach when you don't need to know a position, just: > > foreach color colors [print color] > > And when I need to know the position, then I use old-school for loop :-) > > for color 1 length? colors 1 [print colors/:color]
I prefer foreach as well - in Perl and others.
> Once again - welcome here and enjoy! We have small community, but some > ppl say very helpful :-) > > -pekr-
I sure can see that! It's curious that REBOL has not become more mainstream. -- Duke Normandin A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail?