[plt-scheme] easy way to see if something is defined?

From: Todd O'Bryan (toddobryan at gmail.com)
Date: Wed Mar 24 10:41:33 EDT 2010

Is there a more efficient/idiomatic way to see if an identifier is
currently defined other than

(member blah (namespace-mapped-symbols (current-namespace)))

?

Todd


Posted on the users mailing list.