Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
progressbwc
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
progressbwc
6y ago
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 practice “use” is closer to Ruby’s refinements, which is something
2.
▲
by
progressbwc
6y ago
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.
3.
▲
by
progressbwc
6y ago
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.
4.
▲
by
progressbwc
6y ago
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 has to be compiled when you compile your project. There is som
5.
▲
by
progressbwc
6y ago
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-linear so a program double the size will likely take more than