References

For the Compleat Fan
Locked
Jeff
Posts: 604
Joined: Sat Apr 07, 2007 2:23 pm
Location: Ohio
Contact:

References

Post by Jeff »

Is there a way to discover symbols that point to a value?
Jeff
=====
Old programmers don't die. They just parse on...

Artful code

rickyboy
Posts: 607
Joined: Fri Apr 08, 2005 7:13 pm
Location: Front Royal, Virginia

Re: References

Post by rickyboy »

Jeff wrote: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
Posts: 604
Joined: Sat Apr 07, 2007 2:23 pm
Location: Ohio
Contact:

Post by Jeff »

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...

Artful code

Locked