guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

symbol-bound? and symbol-binding


From: Egil Moeller
Subject: symbol-bound? and symbol-binding
Date: Fri, 10 Jan 2003 12:03:17 +0100 (CET)

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!





reply via email to

[Prev in Thread] Current Thread [Next in Thread]