Memoization in Erlang?
Ulf Wiger (AL/EAB)
ulf.wiger@REDACTED
Fri Feb 3 11:17:40 CET 2006
Why? The comparison returns true if:
- it's the *same code*
- All bindings in the two functions are equal
- Otherwise, the functions might still be observably equal,
but that is, as you say, undecidable.
I'd settle for the implemented version of function equality,
especially since the alternative would be, as you say,
a runtime error.
But of course, I'm not an academic.
/Uffe
________________________________
From: Thomas Johnsson [mailto:thomas@REDACTED]
Sent: den 3 februari 2006 10:37
To: Ulf Wiger (AL/EAB)
Cc: erlang-questions@REDACTED
Subject: Re: Memoization in Erlang?
Ulf Wiger (AL/EAB) wrote:
Thomas Johnsson
What, you can do function equality in Erlang??
I hadn't realized....
You mean I actually have to verify my
suggestions before posting them? ;)
I will admit that I just plainly assumed
that it would work. My original suggestion
was to use erlang:fun_info(F) as a key.
That's highly dubious ... When are two function
equal according the the Erlang implementation?
My point was that it *shouldn't* work (:-)
The traditional view is that two function are equal iff for same
arguments they return the same result.
Ie undecidable since the number of possible arguments is
infinite.
In my opinion, in Erlang an attempt to compare two functions
should cause a run time error.
-- Thomas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20060203/1bca59af/attachment.htm>
More information about the erlang-questions
mailing list