Re: [texinfo] Re: TeXInfo-related build failure

2013-03-24 Thread Dmitry Bogatov
* 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

Logic programming with prompts

2013-03-24 Thread Stefan Israelsson Tampe
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

Re: GOOPS and hash-tables - ie.

2013-03-24 Thread Brent Pinkney
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

Re: [texinfo] Re: TeXInfo-related build failure

2013-03-24 Thread Mark H Weaver
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 >