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

[REBOL] Re: Browsers ,vim Vs. Emacs etc....

From: joel:neely:fedex at: 15-Mar-2002 19:27

Hi, Adrian, Adrian wrote:
> Why not stick to the topic ? I believe this is the Rebol > list. Can we please discuss Rebol issues rather than aol`s > intent with netscape what your favorite OS is, or Why Emacs > is so cool? > I have already received invaluable help from others with > Rebol programming. but the non Rebol related issues are > getting out of hand. >
Fair enough. (And spoken like a gentleman.) -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" ;