Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

application of logic programming?

Name: Anonymous 2015-06-04 13:15

I was going to ask this on stack overflow but im sure prog will give me better answers,

What are some actual good uses of logic programming? Can people please give actual code along with the claims too?

expert systems I saw something where people were generating law documents and that seems like one valid use.

Name: Anonymous 2015-06-04 14:39

You mean like PLCs? It's used for industrial controls.

Name: Anonymous 2015-06-04 20:07

no like prolog and similar

Name: Anonymous 2015-06-05 4:41

Prolog is too shitty to be practical for anything, so that's not a question I've considered. However, there are other logical languages that are less shitty, but they are even more obscure than prolog.

I personally find prolog and the like to give the most brevity when non-determinism is utilized. Your computations are branches that may die off and backtrack. This is expressed well in prolog.

Name: Anonymous 2015-06-05 15:49

:- initialization(main).
main :- write('Hello World!'), nl, halt.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List