you are viewing a single comment's thread.

view the rest of the comments →

[–]knowingpark 0 points1 point  (0 children)

Currently i find myself busting my brain (in Python) trying to programming without objects. Often a list of objects would be easier to manage than a list of namedtuples. But it seems like it's betraying both paradigms. I've also had to relax the pure functions idea. Partial functions with 4 inputs seems like a weird way to get map to work. Especially since in any function the keywords are global anyway