Viewing profile — fjwufjfa
fjwufjfa
HN member- Joined
- Thu, May 08, 2025, 7:30 PM UTC
- HN karma
- 6
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About fjwufjfa
No profile information was provided.
Recent public activity
-
comment
Comment #43968597
It's easier to reason in FP plus the python paradox [1] [2]. [1]: https://www.paulgraham.com/pypar.html [2]: https://blog.janestreet.com/why-ocaml/
-
comment
Comment #43946513
> try (BufferedReader reader = new BufferedReader (new FileReader (filePath) )){ won't FileReader leak if the BufferedReader constructor throws?