This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

gh_lookup()


Has anyone got gh_lookup() to work?

I define a symbol from scheme using (define blah 123)
and then try to get the top-level definition using gh_lookup()
but the result is always undefined...

Why are there two symhash tables, a weak one and a non-weak one?

Why does the (defined?) procedure go about things in a totally
different manner to gh_lookup() and (symbol-bound?) go about what
seems to me to be much the same task? Is there some tricky closure
thingy going on?

Well, maybe I'll have figured this before to much longer...

	- Tel