Viewing profile — aryairani
aryairani
HN member- Joined
- Wed, Oct 22, 2025, 2:21 PM UTC
- HN karma
- 10
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About aryairani
No profile information was provided.
Recent public activity
-
comment
Comment #46094336
`haskell-distributed` is awesome, but the reason Unison is a new language is exactly to avoid the limitations of such frameworks, namely that they _can't_ send arbitrary code and d…
-
comment
Comment #46081230
Is anything locked into Unison Cloud, which is also free for unlimited services? What would be enough?
-
comment
Comment #46052750
I don’t totally understand the question (what’s a regular cycle?), but the only sort of cycle that matters is a strongly connected component (SCC) in the dependency graph, and thes…
-
comment
Comment #46052700
(All Unison values can also be decompiled into an AST anyway.)
-
comment
Comment #46050605
There's an algorithm for it. The thing that actually gets assigned a hash IS a mutually recursive cycle of functions. Most cycles are size 1 in practice, but some are 2+ like in yo…
-
comment
Comment #46050561
No, Unison has its own native version control, and a code sharing platform at https://share.unison-lang.org
-
comment
Comment #45669772
> There aren’t enough swear words in the English language to adequately describe how frustrating computers and programming can be, but we have at least always been able to count on…