Hacker News new | past | comments | ask | show | jobs | submit login

It looks interesting, but I’m not entirely sold. All the examples are about math functions, which is kind of stupid to implement in Python.

How does this benefit “plumbing”?

My biggest problem with Python is that I either have to write

list(function1(*function2(len(obj.method())))

Or try to avoid all the variables by using classes... which is fine... if it wasn’t for self taking up roughly a third of the word count.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: