Python from Wise Guy's Viewpoint

prunesquallor at comcast.net prunesquallor at comcast.net
Fri Oct 24 18:46:06 EDT 2003


"Marshall Spight" <mspight at dnai.com> writes:

> It would be really interesting to see a small but useful example
> of a program that will not pass a statically typed language.
> It seems to me that how easy it is to generate such programs
> will be an interesting metric.

Would this count?

(defun noisy-apply (f arglist)
  (format t "I am now about to apply ~s to ~s" f arglist)
  (apply f arglist))




More information about the Python-list mailing list