Objects are tools, not a way of coding – so I think(github.com)
github.com
Objects are tools, not a way of coding – so I think
https://github.com/davidgatti/Objects-are-tools-not-a-way-of-coding
https://github.com/davidgatti/Objects-are-tools-not-a-way-of-coding
I wanna hear more about this magical language where arrays & hash tables aren't also being "created and destroyed at every request".
It's certainly possible to have code that's slow because it's using too many objects, but it's equally possible to write functional code that blows the stack because a change made tail-call optimization not happen.