Live data from Hacker News

Viewing profile — biodniggnj

biodniggnj

HN member
Joined
Tue, Jan 21, 2025, 2:55 PM UTC
HN karma
4
Public activity
2 items

About biodniggnj

No profile information was provided.

Recent public activity

  1. comment
    Comment #42780818

    You don’t need recursion to make use of tail call elimination. In Scheme and SML all tail calls are eliminated. GCC also does it, but less often. Still, it’s not recursion that tri…

  2. comment
    Comment #42780768

    And Java added ScopedValue in version 20 as a preview feature.