"use strict"

Rhodri James rhodri at kynesim.co.uk
Tue Mar 12 07:29:26 EDT 2019


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



More information about the Python-list mailing list