Need some Advice for my Prolog Project

2013-05-15 Thread Charles Hoskinson
I'm starting an open sourced project to port Prolog to the JVM like you guys did with LISP and I'd like to get some advice on where to start, materials to review, pitfalls to avoid, and anything else you feel would be useful to know. Could you either post here or contact me at

Re: Need some Advice for my Prolog Project

2013-05-15 Thread Gary Trakhman
I'm just wildly speculating about things I know nothing about, but it might be helpful if you narrow down your design-space. Core.logic does some of the same stuff as prolog, I wonder if you could just parse to it, or if you need something more direct. At any rate, looking at that and clojure's

Re: Need some Advice for my Prolog Project

2013-05-15 Thread myriam abramson
Good idea! But I would build it on top of Clojure. Maybe something like Norvig did in his Paradigms book. Of course, it depends on how ambitious you want to be. On Wed, May 15, 2013 at 12:17 PM, Charles Hoskinson charles.hoskin...@gmail.com wrote: I'm starting an open sourced project to port

Re: Need some Advice for my Prolog Project

2013-05-15 Thread Paul L. Snyder
On Wed, 15 May 2013, Charles Hoskinson wrote: I'm starting an open sourced project to port Prolog to the JVM like you guys did with LISP and I'd like to get some advice on where to start, materials to review, pitfalls to avoid, and anything else you feel would be useful to know. Could you