On 2017-08-18 13:06, Steven D'Aprano wrote:
Hello Thautwarm, and welcome!
[snip]
# pattern matching use "condic" as keyword is for avoiding the
# conflictions against the standard libraries and packages from third
# party. "switch" and "match" both lead to conflictions.
This is a hard problem to deal with, but "condic" sounds awful. What is
is supposed to mean? Short for "condition"?
FWIW, Lisp has COND.
[snip]
_______________________________________________
Python-ideas mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-ideas
Code of Conduct: http://python.org/psf/codeofconduct/