CSC270 Survey of Programming Languages In Class
Prolog knowledge databases
| Exercise | Description | Comment | 
| first simple list of girls playing air guitar and listening to music | wget http://home.adelphi.edu/~pe16132/csc270/note/SampleCode/prolog/kb1.x | |
| second list of girls with rules | wget http://home.adelphi.edu/~pe16132/csc270/note/SampleCode/prolog/kb2.x | |
| playing air guitar with rules that have 2 parts to their body | wget http://home.adelphi.edu/~pe16132/csc270/note/SampleCode/prolog/kb3.x | |
| love database with jealousy | wget http://home.adelphi.edu/~pe16132/csc270/note/SampleCode/prolog/kb5.x | |
| unification of functions | wget http://home.adelphi.edu/~pe16132/csc270/note/SampleCode/prolog/kb6.x | |
| Eating | wget http://home.adelphi.edu/~pe16132/csc270/note/SampleCode/prolog/kbEat.x | |
| crossword | wget http://home.adelphi.edu/~pe16132/csc270/note/SampleCode/prolog/words.x | |
| descendant recursion | wget http://home.adelphi.edu/~pe16132/csc270/note/SampleCode/prolog/kb7.x | |
| succ recursion | wget http://home.adelphi.edu/~pe16132/csc270/note/SampleCode/prolog/kb8.x | |