Re: [Python-ideas] Jump to function as an an alternative to call function

On Thu, 16 Aug 2018, 12:44 Jacob Solinsky, <jacobsolinsky@gmail.com> wrote:

Hi Jacob I really like your previous post. I find it really helps me understand what you want. You wrote
So in a nutshell, you'd like to be able to write code like this, but in Python?
This Python can already do. Any Python expression can be turned into a function, simply by prefixing it with 'lambda:'.
Outside of lisp-like languages this feat seems to usually be impossible though.
I'm an Emacs user, so I know Lisp. But R is new to me. But this URL tells me that R is based on Lisp. https://www.i-programmer.info/programming/other-languages/1706-a-programmers... And, in my view, this makes your problem immediately much more important for the Python community. Because both Python and R are major languages in the area of Data Science. Thank you so much for your previous post, and to all the others whose posts have contributed to this clarification. -- best regards Jonathan

Hi Jacob I really like your previous post. I find it really helps me understand what you want. You wrote
So in a nutshell, you'd like to be able to write code like this, but in Python?
This Python can already do. Any Python expression can be turned into a function, simply by prefixing it with 'lambda:'.
Outside of lisp-like languages this feat seems to usually be impossible though.
I'm an Emacs user, so I know Lisp. But R is new to me. But this URL tells me that R is based on Lisp. https://www.i-programmer.info/programming/other-languages/1706-a-programmers... And, in my view, this makes your problem immediately much more important for the Python community. Because both Python and R are major languages in the area of Data Science. Thank you so much for your previous post, and to all the others whose posts have contributed to this clarification. -- best regards Jonathan
participants (2)
-
Jacob Solinsky
-
Jonathan Fine