Viewing profile — omegafixedpoint
omegafixedpoint
HN member- Joined
- Sun, Jun 07, 2026, 3:49 PM UTC
- HN karma
- 12
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About omegafixedpoint
No profile information was provided.
Recent public activity
- comment
-
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.
-
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…
-
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…
-
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…