Comment on Why Is Object-Oriented Programming Useful? With a Role-Playing Game ExampleparentComments−mkehrt11yUgh, pure functional programming language implementations don't generally actually copy everything. Because data structures are often immutable, pointers can be used rather than copying.Just a minor nit.
Comments
Ugh, pure functional programming language implementations don't generally actually copy everything. Because data structures are often immutable, pointers can be used rather than copying.
Just a minor nit.