Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
faq [2012/12/01 09:56] – [Which language should I use for what purpose?] tenorthfaq [2012/12/01 12:41] – [FAQ] tenorth
Line 1: Line 1:
 ====== FAQ ====== ====== FAQ ======
  
 +===== How can I debug Prolog programs? =====
 +There is a [[http://www.swi-prolog.org/pldoc/doc_for?object=section%282,%273.5%27,swi%28%27/doc/Manual/guitracer.html%27%29%29|graphical debugger in SWI Prolog]] that is very useful to go through your program step by step, inspect the variable bindings and the open choice points.
  
-===== Which language should I use for what purpose? =====+ 
 +===== Which programming language should I use for what purpose? =====
 KnowRob is implemented in a combination of OWL, Prolog and Java. When creating extensions, it is worth considering which language to implement them in: KnowRob is implemented in a combination of OWL, Prolog and Java. When creating extensions, it is worth considering which language to implement them in: