Live data from Hacker News

Viewing profile — omegafixedpoint

omegafixedpoint

HN member
Joined
Sun, Jun 07, 2026, 3:49 PM UTC
HN karma
12
Public activity
5 items

About omegafixedpoint

No profile information was provided.

Recent public activity

  1. comment
  2. comment
    Comment #48453879

    Seconding Debruijn indices. See here: https://github.com/yon-language/yon/blob/aa4617ced3abc92ac53... The alpha renaming algorithm does not run under scopes, only lambdas.

  3. comment
    Comment #48453843

    Yeah it really is a mess. One of the most egregious things I noticed was that variables under lambdas are STRINGS: https://github.com/yon-language/yon/blob/aa4617ced3abc92ac53... T…

  4. comment
    Comment #48439588

    Had some edits I made halfway through, so I was a bit hasty. It is dependently-typed in that the only valid codomain of a \Pi type is the identity type, Sigma, or another Pi. You c…

  5. comment
    Comment #48436170

    A few notes, because this is obviously vibe coded, and does not work in many ways. 1. Yon's documentation mentions "Homotopy type theory:" > the runnable HoTT fragment is refl/pair…