Viewing profile — predictionfutu
predictionfutu
HN member- Joined
- Wed, Feb 19, 2025, 5:37 AM UTC
- HN karma
- 3
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About predictionfutu
No profile information was provided.
Recent public activity
-
comment
Comment #43099640
> CGO_ENABLED=1 It's not Go then
-
comment
Comment #43099540
bracket pattern def bracket[A, T](ctor: () -> A, next: (a: A) -> T): T = val a = ctor(); try { return next(a) } finally { a.dispose() }