Python and the need for speed

Gregory Ewing greg.ewing at canterbury.ac.nz
Thu Apr 13 02:32:17 EDT 2017


Jussi Piitulainen wrote:
> Traceback (most recent call last):
>   File "/dev/fd/63", line 37, in <module>
> SanityClauseException: code is blatantly sub-optimal
> 
> As far as I know, no language does that. Because reasons?

Because the problem of making a compiler do that is
probably AI-complete!

-- 
Greg



More information about the Python-list mailing list