Live data from Hacker News

Viewing profile — predictionfutu

predictionfutu

HN member
Joined
Wed, Feb 19, 2025, 5:37 AM UTC
HN karma
3
Public activity
2 items

About predictionfutu

No profile information was provided.

Recent public activity

  1. comment
    Comment #43099640

    > CGO_ENABLED=1 It's not Go then

  2. 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() }