Hacker News new | ask | show | jobs
by philomath_mn 1137 days ago
I bet GPT is really good at prolog, that would be interesting to explore.

"Answer this question in the form of a testable prolog program"

2 comments

You lost this bet: Write append3/4 which appends three lists to a fourth, such that append3(Xs,Ys,[e],[]) terminates.
Did you give it a try?