Lucianpedia Wiki
Tag: Visual edit
No edit summary
Tag: Visual edit
Line 19: Line 19:
 
List Prolog Interpreter
 
List Prolog Interpreter
   
List Prolog Interpreter is an interpreter for a new version of Prolog that is in list format, making it easier to generate List Prolog programs. This interpreter is a program that parses and runs List Prolog code. The intepreter is written in SWI-Prolog.
+
[[List Prolog Interpreter]] is an interpreter for a new version of Prolog that is in list format, making it easier to generate List Prolog programs. This interpreter is a program that parses and runs List Prolog code. The interpreter is written in SWI-Prolog.
   
[[listprologinterpreter.pl]] - The List Prolog Interpreter [[listprologinterpreterpreds.pl]] - More predicates used by the List Prolog Interpreter [[lpiverify.pl]] - A verify program for List Prolog Interpreter
+
Listprologinterpreter1listrecursion4.pl- The List Prolog Interpreter listprologinterpreterpreds.pl - More predicates used by the List Prolog Interpreter lpiverify.pl - A verify program for List Prolog Interpreter
   
 
[[programfinder.pl]] - Writes algorithms from input and output
 
[[programfinder.pl]] - Writes algorithms from input and output
Line 29: Line 29:
 
[[caw.pl]] - Combination Algorithm Writer - Writes algorithms from input and output from any combination of rules - warning, is inefficient because it uses trial and error.
 
[[caw.pl]] - Combination Algorithm Writer - Writes algorithms from input and output from any combination of rules - warning, is inefficient because it uses trial and error.
   
[[rcaw.pl]] - Random Combination Algorithm Writer - writes random programs for writing specific comments.
+
rcaw.pl - [[Random Combination Algorithm Writer]] - writes random programs for writing specific comments.
* [[listprologinterpreter1listrecursion4.pl]], [[listprologinterpreter3preds5.pl]], [[lpiverify4.pl]], see [[texttobr2.pl]] above.
+
* listprologinterpreter1listrecursion4.pl, listprologinterpreter3preds5.pl, lpiverify4.pl, see [[texttobr2.pl]] above.

Revision as of 05:53, 22 August 2018

Pedagogy

Instructions for using texttobr.pl

texttobr.pl - Breason out each character of a text.

texttobr2.pl - Breason out each word of a text.

file.txt - The text to breason out.

brdict1.txt - Word-object pairs. If the object is blank, then the word is the object.

brdict2.txt - Breasonings (x, y and z dimensions in cm) of objects

  • Requires file.txt and brdict[1/2].txt to be UTF-8

Medicine

Daoist file.txt (of 10 As * 10 breasonings, see Daily Regimen) to additionally prevent headache with Daoist Quantum Box (DQB), to be used with texttobr.pl, texttobr2.pl and brdict.txt (see above) when it is necessary, not otherwise.


Computer Science

List Prolog Interpreter

List Prolog Interpreter is an interpreter for a new version of Prolog that is in list format, making it easier to generate List Prolog programs. This interpreter is a program that parses and runs List Prolog code. The interpreter is written in SWI-Prolog.

Listprologinterpreter1listrecursion4.pl- The List Prolog Interpreter listprologinterpreterpreds.pl - More predicates used by the List Prolog Interpreter lpiverify.pl - A verify program for List Prolog Interpreter

programfinder.pl - Writes algorithms from input and output

databaseformulafinder.pl - FInds queries from input and output.

caw.pl - Combination Algorithm Writer - Writes algorithms from input and output from any combination of rules - warning, is inefficient because it uses trial and error.

rcaw.pl - Random Combination Algorithm Writer - writes random programs for writing specific comments.

  • listprologinterpreter1listrecursion4.pl, listprologinterpreter3preds5.pl, lpiverify4.pl, see texttobr2.pl above.