[Python-ideas] Infix matrix-multiply, but not general infix operators?
Skip Montanaro
skip at pobox.com
Fri Mar 21 21:14:21 CET 2014
On Fri, Mar 21, 2014 at 3:06 PM, Mark Daoust <daoust.mj at gmail.com> wrote:
>>>> spam `spam` eggs `baked` beans `spam` spam
>
> I'm not sure if the backticks help.
Backticks never help. They hide amongst the beefier characters. That's
one reason why $(...) is preferred by most Bash users and repr() by
most Python users. Let them die the quiet death they deserve.
Skip
More information about the Python-ideas
mailing list