Skip to content

Commit fc96771

Browse files
committed
Update README.md
1 parent b57078c commit fc96771

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Prolog Books and Tutorials
2-
==========================
1+
Prolog Books, Tutorials and Impelentations
2+
===========================================
33

44
Copied and updated from http://ideone.com/mKB5l (with clicky links)
55

@@ -124,3 +124,16 @@ Copied and updated from http://ideone.com/mKB5l (with clicky links)
124124
#### Prolog Programming in Depth
125125
Michael A.Covington, Donald Nute, Andre Vellino
126126
* <http://www.ebooksdownloadfree.com/IT/Prolog-Programming-in-Depth-BI5667.html>
127+
128+
#### Open source Prolog implementations
129+
* Warren Abstract Machine
130+
* http://stefan.buettcher.org/cs/wam/ - Java implementation of WAM
131+
* https://github.com/Trismegiste/WamBundle PHP (!) implementation of WAM
132+
* JIT Prolog
133+
* Jitting Prolog for Fun and Profit - http://bergel.eu/download/Dyla2010/schneider-prolog-jit-final.pdf
134+
* http://morepypy.blogspot.com/2008/06/hi-all-some-news-from-jit-front.html
135+
* http://ioctl.org/logic/ - Javascript prolog, source code embedded in page
136+
* Python Interpreter for Prolog
137+
* http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.103.1886&rep=rep1&type=pdf
138+
* http://www.stups.uni-duesseldorf.de/mediawiki/images/5/5f/Bolz2007-Bachelorarbeit.pdf
139+

0 commit comments

Comments
 (0)