Anyone else think C++ is preferable to the other OO garbage due to not requiring everything be in a class?
Name:
Anonymous2018-02-22 15:17
The reason that I suggest Scheme if you want to use an OO language is because: 1: With macros you can easily make a fancy class syntax and whatever. 2: Scheme is great for use with message passing, SICP has a whole chapter on that. 3: Message passing lets you create both pure and impure objects. 4: It will open your mind in general and teach you how to properly use 1st order functions.