this post was submitted on 03 Jan 2025
47 points (92.7% liked)

Programmer Humor

37423 readers
19 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 6 years ago
MODERATORS
 

something is a person if it is either Adam or Eve, or if it has a mother. We can express this in a single rule as follows:

person(X) :- (X=adam; X=eve; mother(X, Y)).

you are viewing a single comment's thread
view the rest of the comments
[โ€“] DrDeadCrash@programming.dev 1 points 6 months ago (1 children)

since being a person can fully be described by being a mother

Can you explain how this is?

[โ€“] bleistift2@sopuli.xyz 1 points 6 months ago

Thanks for catching that. I fixed my comment.