logoalt Hacker News

coldtealast Thursday at 9:12 AM1 replyview on HN

>I probably won’t argue that a change that reduces an O(n^5) space/time requirement to an O(1) requirement is a change in semantics, even though it practically is a huge change

Space/time requirements aren't language semantics though, are they?


Replies

tsegratislast Thursday at 10:28 AM

it changes debug semantics

this is the reason guido avoids it. programs will still fail, except now without a stacktrace

show 1 reply