Live data from Hacker News

Viewing profile — progressbwc

progressbwc

HN member
Joined
Fri, Nov 06, 2020, 9:21 AM UTC
HN karma
12
Public activity
6 items

About progressbwc

No profile information was provided.

Recent public activity

  1. comment
  2. 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…

  3. 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.

  4. 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.

  5. 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…

  6. 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…