References

Started by Jeff, June 28, 2007, 01:52:53 PM

Previous topic - Next topic

Jeff

Is there a way to discover symbols that point to a value?
Jeff

=====

Old programmers don\'t die. They just parse on...



http://artfulcode.net\">Artful code

rickyboy

#1
Quote from: "Jeff"Is there a way to discover symbols that point to a value?

Ooo!  A reverse lookup!  Interesting idea.  Lutz?
(λx. x x) (λx. x x)

Jeff

#2
I guess we could do something for-all, equal, and symbols, but that might get two values that happen to be string equal, rather than symbols that point to the same value.
Jeff

=====

Old programmers don\'t die. They just parse on...



http://artfulcode.net\">Artful code