unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* symbol-bound? and symbol-binding
@ 2003-01-10 11:03 Egil Moeller
  0 siblings, 0 replies; only message in thread
From: Egil Moeller @ 2003-01-10 11:03 UTC (permalink / raw)



guile> (define foo 'bar)
guile> (symbol-bound? #f 'foo)
#f
guile> (symbol-bound? #f foo)
#f
guile> (symbol-binding #f 'foo)
`symbol-binding' is deprecated. Use hashtables instead.
bar


How is this done noewdays, and why does symbol-bound? return #f when
symbol-binding succeeds?

/Egil

-- 
http://redhog.org
GPG Public key: http://redhog.org/PGP%20Public%20key.asc
Hi! I'm a .signature virus! Copy me into your ~/.signature to help me spread!



_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-user


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-01-10 11:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-10 11:03 symbol-bound? and symbol-binding Egil Moeller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).