[Python-ideas] Backtick expression: similar to a shorter lambda syntax
Barry Scott
barry at barrys-emacs.org
Tue Jan 22 15:39:51 EST 2019
The problem with using the back-tick is that it is far too easy to miss read it for a single-quote.
back-tick in bash has the $( xxx ) replacement that avoids the problem.
Please find an alternative syntax that avoid the problem.
Barry
> On 22 Jan 2019, at 13:42, James Lu <jamtlu at gmail.com> wrote:
>
> Later today I will send a working implementation of backtick expressions as a function call.
> _______________________________________________
> Python-ideas mailing list
> Python-ideas at python.org
> https://mail.python.org/mailman/listinfo/python-ideas
> Code of Conduct: http://python.org/psf/codeofconduct/
>
More information about the Python-ideas
mailing list