Viewing profile — haliq
haliq
HN member- Joined
- Mon, Dec 12, 2022, 8:12 PM UTC
- HN karma
- 3
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About haliq
No profile information was provided.
Recent public activity
-
comment
Comment #34019712
I think your first question will be answered when spj releases details on the type system. And the second when he address the transactional distributed stuff. As of now all we have…
-
comment
Comment #33964912
Oh this is new because our notion of expressions; thus functions, are different. Sure you can have terms in types in dependent types; thus functions in types is nothing new. But ag…
-
comment
Comment #33959802
After reading the paper and watching the lecture, I think I know what it means that Types are first class values. In verse `=` is unification and not assignment or comparison. Mean…
-
comment
Comment #33959599
I think false is sugar for the empty tuple / array. `?` is an operator that turns tuples / arrays back into choices. Thus `false?` can be seen as an expression that returns no valu…