lambdak: multi-line lambda implementation in native Python

Yawar Amin yawar.amin at gmail.com
Thu Jan 15 21:18:09 EST 2015


Hi,

On Thursday, January 15, 2015 at 12:19:31 PM UTC-5, Rustom Mody wrote:
> [...]
> Looked at your suggestions...
> And then got distracted by your other project
> https://github.com/yawaramin/vim-cute-python
> 
> Reminded me of what I had written some months ago along similar lines
> http://blog.languager.org/2014/04/unicoded-python.html
> 
> At that time this was not suggested quite seriously.
> Now I see that this can be realized at least partially
> and on a personal level.

Glad it was useful. Although let me clarify that I just forked the repo
from the original on GitHub, to publish my custom version. I have more
conservative tastes than the original, so I chose to keep the `in`, `not
in`, `and`, `or`, `not` keywords as is instead of using the symbols. I
did go through your blog post and got a previously-unused symbol out of
it: '÷' to represent '/'.

Regards,

Yawar



More information about the Python-list mailing list