>
> >>
> >>> There.  Now that I've tossed some gasoline on the language wars fire,
> >>> I'll duck and run in the other direction :-)
> >>
> >> May I suggest a better strategy? Run first, duck next :-).
> >
> > Or more precisely:
> >
> >   ((run) duck)
>
> If you're going to mock another language, you might as well get it right
> :-)
>
> If that's Lisp code, it should be:
>
> (funcall (run) duck)
>
>

  Did you mean
 (progn #'run #'duck)
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to