On 11/03/2019 19:08, Abdur-Rahmaan Janhangeer wrote:
proposing a special python syntax for it, like if flag set, it halts
execution. not relying on external tools like linters.

Do you mean on the command line, like "python --lint-me-baby myprog.py"? I could live with that, though I'd hate to be the one trying to implement it and I imagine it's likely to slow down execution a fair bit.

Under what condition do you want execution halted? At the moment you haven't been much more specific than "when my program is wrong", which isn't very helpful.

--
Rhodri James *-* Kynesim Ltd
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to