Topic: Prolog Used For
Not finding your answer? Try searching the web for Prolog Used For
Answers to Common Questions
What interesting companies / projects are using the Prolog progra...
IBM's Watson uses Prolog for NLP: http://www.cs.nmsu.edu/ALP/2011/... Read More »
Source: http://www.quora.com/What-interesting-companies-projects-are-usin...
Why prolog and lisp are not so popular even if they the language ...
Because every language has a _purpose_. To write a simple GUI app in LISP is a real pain in the neck, so you wouldn't use it. Similarly evolving C++ programs using genetic programming techniques is incredibly difficult, so you wouldn't try ... Read More »
Source: http://answers.yahoo.com/question/index?qid=20060919045840AAl6Qgc
how can I represent all that in prolog in one single rule of test...
kuntilanak, regular expressions might not be what you understand them: http://en.wikipedia.org/wiki/Regular_expression They are not related to prolog logic etc. If you cannot find a prolog forum here at EE, you might try: http://www.nabble.... Read More »
Source: http://www.experts-exchange.com/Virus_and_Spyware/Operating_Syste...
Featured Content:
Prolog Used For
More Common Questions
Answers to Other Common Questions
This is a common misconception - prolog and lisp are not the _only_ languages that can be and ARE used for AI purposes. They are just highly suited to it - it doesn't mean it can't be done! It depends on the type of AI in question, but prol...
Read More »
Source: http://answers.yahoo.com/question/index?qid=20061018132234AAqozg4
If I am a project manager or HRD and I'm looking at CVs, I would definitely be more interested on people that list those languages instead of just the plain ol' Java, C, C++, and VB. Prolog and LISP is a declarative and functional language ...
Read More »
Source: http://answers.yahoo.com/question/index?qid=20091128082546AAXl8so
I think it is most likely that the only thing that could possibly be generic is the syntax and semantics of the predicates you write. BUT! the implementation of the predicates has to variate pending on the nature of the nodes in your graph....
Read More »
Source: http://www.faqs.org/qa/qa-8839.html
LISP and Prolog are less imperative than traditional languages (FORTRAN, Pascal, C, C++, C#, Java). Imperative programming expresses computation as an evolution of program state. This is inherently serial because each intermediate state dep...
Read More »
Source: http://www.faqs.org/qa/qa-446.html
As suggested above, you can execute a Prolog interpreter or binary. However, most Prolog implementations also export a C api that can be used to call the Prolog interpreter. You could create a small PHP module to start an interpreter and ex...
Read More »
Source: http://stackoverflow.com/questions/1298723/how-to-use-prolog-with...
Here are some notes I wrote in a reply to a colleague who asked me why I used Prolog to program the spreadsheet-manipulation program Model Master. I'll be pointing a few readers at them anyway, so why not make them public? Perhaps some read...
Read More »
Source: http://www.j-paine.org/why_prolog.html