What static typing makes difficult
james anderson
james.anderson at setf.de
Sat Oct 25 16:20:25 EDT 2003
David Mertz wrote:
>
> ...
>
> Actually, my strong hunch is that Lisp will also not make things quite
> as easy either... but obviously, I know similar ad hoc capability
> checking is possible there.
generic functions serve quite nicely to define type / value constrained
data-flow graphs. if one needs "hasattr" specificity, one needs an extra
parameter, but that's all.
...
More information about the Python-list
mailing list