(no title)
infotainment | 1 month ago
To me, it feels like a data description language that someone discovered could be tricked into performing computation.
infotainment | 1 month ago
To me, it feels like a data description language that someone discovered could be tricked into performing computation.
hwayne|1 month ago
akritid|1 month ago
YeGoblynQueenne|1 month ago
It's all the other programming languages that have weird syntax, including LISP btw. Prolog's syntax is the quintessential syntax of a formal language for computation.
As to the "data description" part this is just a leaky abstraction almost universally adopted by programming languages, other than LISPs and logic programming languages. In truth, there is no separation between data and computation. And so there is no need for special syntax for either. Prolog is a "data description" language only in the sense that you can describe data and computation in one go.
jjgreen|1 month ago
flopsamjetsam|1 month ago