[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Self-evaluating function and closure
From: |
Thomas Morley |
Subject: |
Re: Self-evaluating function and closure |
Date: |
Sun, 16 Jun 2019 12:42:14 +0200 |
Hi Mark,
Am So., 16. Juni 2019 um 12:35 Uhr schrieb Mark H Weaver <address@hidden>:
> > Did I something wrong or is it a bug?
>
> Neither. This is a case of unspecified behavior, and the behavior of
> our compiler differs from that of our interpreter. You will notice
> similar discrepancies when comparing two literal lists or strings, where
> our compiler will aggressively unify literals within a compilation unit,
> and our interpreter does not:
[...]
ah, ok, thanks for the explanation.
Cheers,
Harm
Re: Self-evaluating function and closure, Mark H Weaver, 2019/06/16