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

[REBOL] Re: designing dialects - was OWL

From: carl:cybercraft at: 30-Mar-2002 8:35

On 30-Mar-02, rebol-list wrote:
> Hello Carl, > Saturday, March 23, 2002, 5:16:54 AM, you wrote: >> On 23-Mar-02, Terry Brownell wrote: >>> Ok, here ya go.. >>> Rebol [] >>> A: "Send an email to every email address there is telling people >>> not to send emails to me unless I've asked them to..." >>> b: ask "What do you want me to do?: " if a = b [ c: read/lines >>> 6_billion_e-mail_addresses_for_$29.95.txt foreach val c [ send val >>> "Do not send e-mails to Carl Read unless he asks you to."] >>> ] >> Ah - but you're a human, not a programming language. (I hope:) > And what about this scenario: > My_boss: "David, next 2 hours 23 minutes and 3 seconds work on a > program that removes all spam from my pop box." David: "Yes, my > Lord!" > is this human programming? is it so unreal?
Hi Oldes, The southern-hemisphere version... My_boss: "Carl, next 2 hours 23 minutes and 3 seconds work on a program that removes all spam from my pop box." Carl: "Up yours, my lord." (:
> in my_boss dialect: [ > task "program that removes all spam from my pop box" > for david in 2:23:03 > ] > cheers Oldes
-- Carl Read