On Sat, Nov 25, 2017 at 11:33 PM, Rustom Mody <rustompm...@gmail.com> wrote:
> Personally I feel that there should be a law against languages that disallow
> the creation of magic tricks!ยก!

I agree. The programming language should also ensure that your program
will terminate eventually, that it is bug-free (this can actually be
done in Python - all you have to do is type-annotate all your
functions to return the correct values), and that it is optimally
implemented.

ChrisA
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to