Name: Anonymous 2012-08-13 8:48
I'm making Scheme-like OOP language.
I want its OOP to be good and SOLID.
How do I implement Open-Closed Principle in a language with first-class lambdas?
I want its OOP to be good and SOLID.
How do I implement Open-Closed Principle in a language with first-class lambdas?