[Python-ideas] Inline Functions - idea
Ethan Furman
ethan at stoneleaf.us
Mon Feb 10 20:26:43 CET 2014
On 02/10/2014 10:49 AM, Alex Rodrigues wrote:
>
> Below I've done three basic linear algebra functions which are written
> as if there was a builtin "inline()" which transformed a standard
> function into an inline function and also assuming that python had more
> powerful lambdas.
Python isn't going to get more powerful lambdas. If you want your `inline` idea to get the best possible interpretation
don't combine it with other non-existent features.
--
~Ethan~
More information about the Python-ideas
mailing list