[Python-ideas] Statically checking purity of functions

Joseph Jevnik joejev at gmail.com
Thu Jun 9 16:59:50 EDT 2016


I assume it means arguments with impure behavior, for example, an object
that has impure methods.

On Thu, Jun 9, 2016 at 4:58 PM, Random832 <random832 at fastmail.com> wrote:

> On Thu, Jun 9, 2016, at 15:48, Robert Collins wrote:
> > and you'd need
> > to error on any call to a pure function with impure arguments.
>
> What do you mean by impure arguments?
> _______________________________________________
> Python-ideas mailing list
> Python-ideas at python.org
> https://mail.python.org/mailman/listinfo/python-ideas
> Code of Conduct: http://python.org/psf/codeofconduct/
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20160609/03e08896/attachment.html>


More information about the Python-ideas mailing list