Viewing profile — otto-edgar
otto-edgar
HN member- Joined
- Mon, Feb 27, 2023, 2:17 PM UTC
- HN karma
- 2
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About otto-edgar
No profile information was provided.
Recent public activity
-
comment
Comment #36136975
What do you find insane about the C# `List` source code? I'm not a C# programmer, but the public API looks sound, and the entire thing is like 1K LOC including docstrings (I guess …
-
comment
Comment #36125533
I think the point is that these data structures can be the foundation of a pure-functional style of programming. You wouldn't drop these into an ecosystem where the programmers are…
-
comment
Comment #34956656
I think TCO and JVM are orthogonal discussions -- by the time the bytecode is generated, the TCO may have already been performed.