Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
zoltar
on Aug 2, 2020
|
parent
|
context
|
favorite
| on:
A philosophical difference between Haskell and Lis...
Even though it's more "Pythonic", I tend to avoid your Python version. I think my favorite way to write that would be:
> import whatever > filter(_ not in y, foo)
For me it's more readable. To each their own, of course.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
> import whatever > filter(_ not in y, foo)
For me it's more readable. To each their own, of course.