Live data from Hacker News

Viewing profile — gnuhigh

gnuhigh

HN member
Joined
Tue, Jan 07, 2025, 5:50 AM UTC
HN karma
1
Public activity
1 items

About gnuhigh

No profile information was provided.

Recent public activity

  1. comment
    Comment #42619677

    You can implement defer using computed goto or longjmp. Problem is that it doesn't work if user returns early so you need a custom return macro.