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

[REBOL] Re: Script Editor.. I need a script editor; Notepad se

From: joel:neely:fedex at: 26-Oct-2001 22:57

Hi, Geza, Nice info, thanks! Geza Lakner MD wrote:
..
> Just to mention: Vim won this year's Linux Journal Readers' Awards > (hands down) in the editor category (in the development environment > category EMACS was the champion). >
The contrast in categories above reminds me of the old joke: EMACS is a nice operating system, but I prefer Unix. ;-) -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" ;