Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
biodniggnj
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
biodniggnj
2y ago
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 triggers it.
2.
▲
by
biodniggnj
2y ago
And Java added ScopedValue in version 20 as a preview feature.