Viewing profile — wscp-dev
wscp-dev
HN member- Joined
- Thu, Sep 14, 2023, 4:48 PM UTC
- HN karma
- 184
- Public activity
- 26 items
- HN profile
- View on Hacker News ↗
About wscp-dev
Recent public activity
-
comment
Comment #37582823
thank you for giving it a read!
-
comment
Comment #37582815
I do believe that number will go down in the coming releases; things like valhalla will allow us to pack data representations much more efficiently after all. the only things that …
-
comment
Comment #37582771
did that to make it a bit clearer what I was really optimistic about, but I unfortunately can't edit the hn post itself.
-
comment
Comment #37582758
it's a matter of standardisation again. Java's standard is like C++; ponderous. The record pattern jep indicates in final footnotes that something like unapply may be in the works,…
-
comment
Comment #37545618
I did title it that way at first but ended up changing it at the last second, ended up shunting it off course.
-
comment
Comment #37541997
Ahh, true. I need to find a way to add sorting by recent updates to my site.
-
comment
Comment #37541981
Ill add that in, somehow forgot about that golden bit of info
-
comment
Comment #37541962
With valhalla, we will have explicit nullability as well, so that problem will also be handled.
-
comment
Comment #37541945
That is true, but there are many who have discussed that. I wanted to bring some attention to the new syntactic changes Java brings that can help with implementing better logic.
-
comment
Comment #37541936
Not by that much... the problem is Java's build systems. Theyre what complicate and slow down java development 90% of the time.
-
comment
Comment #37541913
Oracle has definjtely done bad things; mismanagement of java is not one of them. They got a pile of crap and turned it into something competent.
-
comment
Comment #37541912
What a marvel of engineering.
-
comment
Comment #37541894
Id rather say use kotlin. It comes with a better type system with explicit nullable types, proper closures, and syntactic sugar to easily enavle beneficial programming patterns. Nd…
-
comment
Comment #37541885
Java has in recent times actually removed some apis from the standard library, and made some inaccessible (undocumented internal apis especially) so any advanced frameworks that us…
-
comment
Comment #37541873
Yes/you/do/but/the/ide/does/it/for/you/so...
-
comment
Comment #37541858
Thatll probably come in about a year or so going by the pace of valhalla's completion.
-
comment
Comment #37541838
That is an extremely debatable topic. Which is why kotlin completely ignores checked exceptions. Frankly, Id rather have a result and optional/nullable type like in rust/kotlin tha…
- story
-
comment
Comment #37538159
[flagged]
-
comment
Comment #37537876
I think the experience is better with more well designed languages like Kotlin, which can reduce boilerplate and allow you to focus on the handler and controller logic instead of b…
-
comment
Comment #37537849
well... My company was aiming to do codegen to fix errors. We took quite some time to figure out what to do with AI in our product. When we finally implemented something, we found …
-
comment
Comment #37537794
it would depend on whether the frontend generates optimal LLVM IR for the given code. For example, if a language implemented multiplication through repeated addition (though I thin…
-
comment
Comment #37537704
hugo's nice.
-
comment
Comment #37537692
could you elaborate on your second point? As in, are there any specific ways you sort posts other than chronologically?
-
comment
Comment #37533237
I think that all came down to the fact that macs were popular with a certain demographic, and that demographic didn't include many programmers. I think I will use shortcuts though,…