Viewing profile — progressbwc
progressbwc
HN member- Joined
- Fri, Nov 06, 2020, 9:21 AM UTC
- HN karma
- 12
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About progressbwc
No profile information was provided.
Recent public activity
- comment
-
comment
Comment #25773204
While “use” resembles mixins, it is a much restricted version of whatever you can do in Ruby thanks to lexical scope, closed modules (via open classes), and immutability. In practi…
-
comment
Comment #25509809
I can’t speak for Blazor but LiveView does not keep a DOM on the server nor it requires all UI interaction to go to the server.
-
comment
Comment #25495346
It is a pity the type hinting is done in a separate file though, as it leads to a lot of duplication. In this case, I pretty much prefer Python’s approach.
-
comment
Comment #25006474
Yes but it is unlikely to make a difference unless a major part of ecosystem changes which is unlikely to happen as it will lose its “dynamic feeling”. Even the standard library ha…
-
comment
Comment #25006375
Crystal does global type inference to be performant while “feeling like a dynamic language” - as claimed by the article. This leads to very high compilation times (which is non-lin…