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

[REBOL] Re: percent! - new datatype request

From: robbo1mark:aol at: 13-Jun-2002 12:57

In a message dated 13/06/02 17:46:27 GMT Daylight Time, [joel--neely--fedex--com] writes:
> Again, let me repeat that I'm not trying to play "duelling examples" > here, but to ask the question "What could be done to make REBOL more > attractive to users and developers who currently are not aware or > interested?" I trust we all would like to see that result! >
More fast / native text processing functions like PERL has and a "shopping list" of new rich datatypes! as well as succinct assignment op!'s for example
>> a: 5
== 5
>> a += 1 ; slightly shorter than as a: a + 1
== 6
>> a
== 6 Lots more ...... Mark Dickson