Viewing profile — dub_gui
dub_gui
HN member- Joined
- Wed, Jun 14, 2023, 12:21 PM UTC
- HN karma
- 5
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About dub_gui
PhD; working on typing Elixir
Recent public activity
-
comment
Comment #44576503
The live demo is super cool! https://hazel.org/build/dev/
-
comment
Comment #40673738
This looks similar to what you describe: https://exercism.org/tracks/elixir/exercises
-
comment
Comment #40673684
To clarify, the type-checker does not modify compilation to the beam at all. Instead, it takes into account the predicted runtime checks to inject more static types into its analys…
-
comment
Comment #40659732
You’re right about what a gradual type system means! A gradual type system allows flexibility in how you approach typing a codebase. It also means that your system incorporates a d…