[e-lang] An attack on a mint
Dean Tribble
tribble at e-dean.com
Mon Mar 10 03:49:41 EDT 2008
On Mon, Mar 10, 2008 at 12:44 AM, Chip Morningstar <chip at fudco.com> wrote:
> "Dean Tribble" <tribble at e-dean.com> wrote:
>
> > int take(final PurseX src) {
> > REQUIRE(dead);
> > REQUIRE(src);
> > if (src == this) {...
>
> Am I the only one who notes the irony of *Dean* attacking this via
> the use of EQ?
Heh.
Note however that I have synergy, a known type in this case, and
accounts would normally have an account ID (which is type-specific and
unique), so I'm really saying "id == src.id.
So *of course* it's not really EQ.
:)
More information about the e-lang
mailing list