PiLLoW
- http://www.clip.dia.fi.upm.es/miscdocs/pillow/pillow.html
- Programming in Logic Languages on the Web (PiLLoW) is a public-domain library for developing Web applications using (constraint) logic programming. It constitutes part of the Ciao Prolog development system.
Prolog Parsers
- http://utenti.lycos.it/parsers/
- A study of the efficiency of various parsing techniches in Prolog, e.g. top-down, bottom-up, oracles, prediction, left-corner, chart. Also a comparison with Lisp. Examples in Prolog and Lisp.