4 ms·
would love to see something equivalent for functional or lispy software design guide instead of object oriented approch.
by ano88888 3y ago
would love to see something equivalent for functional or lispy software design guide instead of object oriented approch.
- matteodt 3y agoWhen I started writing I was on the fence about making the compendium programming paradigm agnostic. However, I was worried it would be too abstract so I anchored it to object oriented. I believe many concepts mentioned in the compendium are still valid for the functional paradigm, but definitely the examples are not. Thanks for the input! I'll reason about how to reconciliate OO and FP once I finished the remaining chapters!