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

[REBOL] Re: Slashdot REBOL mention

From: joel:neely:fedex at: 30-Oct-2001 8:12

Hi, Ladislav, Ladislav Mecir wrote:
> I read Larry Wall's comments on Rebol again and the most funny stuff > was his claim, that Perl did use dialecting :-) >
I can't find that claim anywhere in Larry's remarks. Could you point me to it? The only comments by Larry that I could find were a link someone else posted to a three-year-old email reposted to Google... -jn- -- ; sub REBOL {}; sub head ($) {@_[0]} REBOL [] # despam: func [e] [replace replace/all e ":" "." "#" "@"] ; sub despam {my ($e) = @_; $e =~ tr/:#/.@/; return "\n$e"} print head reverse despam "moc:xedef#yleen:leoj" ;