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

REBOL One Liner Master Listing

 [1/4] from: carl:s:rebol at: 15-Dec-2002 10:55


Ever wonder what REBOL one-liners people have cooked up? Check out http://www.rebol.com and post your own favorite one liners.

 [2/4] from: carl::cybercraft::co::nz at: 16-Dec-2002 14:07


On 16-Dec-02, [carl--s--rebol--com] wrote:
> Ever wonder what REBOL one-liners people have cooked up? Check out > http://www.rebol.com and post your own favorite one liners.
Maximum line length is 132 (from old line printer standard). That'll simplify things. (: With your "Save web page text to a file" one-liner, you comment that it "requires newer releases of REBOL." Wouldn't it be sensible to have a REBOL header above the one-liners giving the version required? ie, just a... REBOL [Needs: REBOL/View 1.2.1] or whatever. A bit tricky with one-liners that include a header, but an easy way to see what's required. (And the newer versions will get older eventually, requiring you to re-write your docs to that one-liner;) -- Carl Read

 [3/4] from: anton:lexicon at: 16-Dec-2002 15:08


That should wrapped in a block at least: Needs: [view 1.2.1] Try LOADing the header below and you'll see why. Anton.

 [4/4] from: carl:cybercraft at: 16-Dec-2002 18:38


On 16-Dec-02, Anton wrote:
> That should wrapped in a block at least:
Ahem - yes. My bad.
> Needs: [view 1.2.1] > Try LOADing the header below and you'll see why.
<<quoted lines omitted: 4>>
>> will get older eventually, requiring you to re-write your docs to >> that one-liner;)
-- Carl Read

Notes
  • Quoted lines have been omitted from some messages.
    View the message alone to see the lines that have been omitted