Menu

Reading: New Turning Omnibus

Jan 7, 2018

58. Predicate Calculus

so much application & business logic I write could be understood in terms of this.

a = True
b = True

(not (a or b)) == ((not a) and (not b))

I’ve just started the book The New Turing Omnibus and I’m excited; looks like it’s gonna be fun. I will add more here as I go through and learn new things!

Site menu

Back to top