Antti-Juhani Kaijanaho wrote: > You just have to design the language to be flexible enough. In this > post I'll sketch one.
> (datum metoo/foo > (type yesno) > (query "Do you want me to do foo?") > (default yes)) > (if (yes? metoo/foo) > ((datum metoo/foo2 > (type yesno) .. You've just re-invented lisp. ;-) -- see shy jo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

