Hacker News new | ask | show | jobs
by ano88888 1044 days ago
would love to see something equivalent for functional or lispy software design guide instead of object oriented approch.
1 comments

When 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!