* Mark H Weaver [2013-03-23 13:53:42-0400]
> Dmitry Bogatov writes:
> > Hello, list. I encountered following error, trying to build guile
> > from git with `makeinfo (GNU texinfo) 5.1`.
>
> I believe these problems have been fixed on the stable-2.0 branch of the
> Guile git repo, but the fixes h
Dear friends,
I think that the current state of guile is in a sad state for logic
programming with prompts in guile. I really think that we should fix
the most pressing issues or stop touting prompts as a way to implement
logic programming and direct to kanren or guile-log instead.
Issues.
1. w
Hi Daniel,
Which hash tables are you using?
scheme@(guile-user)> (define t (make-hash-table))
scheme@(guile-user)> (define-method (enumerate! (o ) env)
(list o env))
scheme@(guile-user)> (enumerate! t #t)
$2 = (# #t)
Thanks! I will try again later today.
Cheers
Brent
Dmitry Bogatov writes:
> * Mark H Weaver [2013-03-23 13:53:42-0400]
>> Dmitry Bogatov writes:
>> > Hello, list. I encountered following error, trying to build guile
>> > from git with `makeinfo (GNU texinfo) 5.1`.
>>
>> I believe these problems have been fixed on the stable-2.0 branch of the
>