Viewing profile — jbhn
jbhn
HN member- Joined
- Tue, Nov 12, 2024, 2:01 PM UTC
- HN karma
- 20
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About jbhn
No profile information was provided.
Recent public activity
-
comment
Comment #46481873
VS Code uses LSPs which are mentioned.
-
comment
Comment #46475793
TL;DR: Java’s multi-billion-dollar ecosystem is quietly dependent on a shrinking, fragile IDE infrastructure, and without deliberate investment beyond IntelliJ and Eclipse, its lon…
- story
-
comment
Comment #45213199
Note that "full" solutions are possible in standard OO languages as well (without the usual visitor vs subclasses trade-off): https://news.ycombinator.com/item?id=45210114
- story
-
comment
Comment #43459461
I think Library APIs are a good example. I've found myself in the situation where I do not care about the string representation (or can convert in a few places if necessary), but n…
-
comment
Comment #43421413
Please do Strings next. Effective Rust isn't useful at guiding to a good default. The technical arguments for one or the other option are available in a bunch of places, but no goo…
-
comment
Comment #42610772
Reflections in Tree Calculus work differnt from lisp quote/unqote used here. It is a hunch, but I think Tree Calculus can implement this (if it is sound) (book pg 64 ff on quote), …
-
comment
Comment #42610665
Dependent Types + Combinatory Logic is highly non-trivial, as is shown in this series of work by Altenkirch et al.: https://drops.dagstuhl.de/entities/document/10.4230/LIPIcs.F... …
-
comment
Comment #42115513
One should mention the RustBelt project: https://plv.mpi-sws.org/rustbelt/ here. It was in place to develop a specification for Rust that is accessible for formal verification. I t…