chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] Is there interest in this Prolog interpreter package


From: Jeronimo Pellegrini
Subject: Re: [Chicken-users] Is there interest in this Prolog interpreter packaged as an egg?
Date: Sun, 21 Feb 2016 22:15:40 -0300
User-agent: Mutt/1.5.24 (2015-08-30)

On Mon, Feb 22, 2016 at 09:28:38AM +1300, Evan Hanson wrote:
> On 2016-02-21 15:21, Jeronimo Pellegrini wrote:
> > (compile -X r7rs -R r7rs -s -O2 "pll.scm"          -unit pll)
> > (compile -X r7rs -R r7rs -s -O2 "pll.import.scm"   -unit pll)
> 
> You shouldn't use "-unit pll" here. That's what's causing the error, and
> in this simple case where you're compiling a more-or-less standard
> extension that provides shared libraries, you don't need it.

Thanks a lot! It works now...

> The software looks very cool, by the way.

Thank you. It's slow, but the idea was to show, step by step, the model 
execution
of Prolog.

> Thank you for packaging it.

No problem! :-)
I'll send the egg announcement separately.

J.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]