[REBOL] Re: designing dialects - was OWL
From: oliva:david:seznam:cz at: 29-Mar-2002 13:52
Hello Carl,
Saturday, March 23, 2002, 5:16:54 AM, you wrote:
CR> 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."]
>> ]
CR> 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?
in my_boss dialect: [
task "program that removes all spam from my pop box"
for david in 2:23:03
]
cheers Oldes