Forgot to reply to the mailing list.  :)

---------- Forwarded message ----------
From: William Byrd <[email protected]>
Date: Tue, Feb 25, 2014 at 12:19 PM
Subject: Re: first try writing minikanren, hoping for some feedback
To: Steve Olsen <[email protected]>


Your environment associates symbols to logic variables representing
truth values?  Is that correct?

On Tue, Feb 25, 2014 at 12:16 PM, Steve Olsen <[email protected]> wrote:
> As new symbols are encountered I put them in this environment association
> list. "key" is the symbol and v is a fresh logic var to use for it. That way
> when the same symbol is used in another assertion I use the same logic var
> by getting it with get-varo. new-varo is my way of asserting that the symbol
> is not already in the environment.

-- 
You received this message because you are subscribed to the Google Groups 
"minikanren" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/minikanren.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to