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 y
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 p
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 c
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
charles.hoskin...