Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
fjwufjfa
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
fjwufjfa
1y ago
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/
2.
▲
by
fjwufjfa
1y ago
> try (BufferedReader reader = new BufferedReader (new FileReader (filePath) )){ won't FileReader leak if the BufferedReader constructor throws?