Live data from Hacker News

Viewing profile — ehaliewicz

ehaliewicz

HN member
Joined
Fri, Jan 11, 2013, 5:31 AM UTC
HN karma
1
Public activity
1 items

About ehaliewicz

No profile information was provided.

Recent public activity

  1. comment
    Comment #5041480

    In scheme, argument evaluation order is not specified. So, (pretending that set! returns the assigned value), (f (set! x (+ 1 x)) (set! x (+ 1 x)) ) is undefined and unpredictable …