Viewing profile — biodniggnj
biodniggnj
HN member- Joined
- Tue, Jan 21, 2025, 2:55 PM UTC
- HN karma
- 4
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About biodniggnj
No profile information was provided.
Recent public activity
-
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…
-
comment
Comment #42780768
And Java added ScopedValue in version 20 as a preview feature.