Viewing profile — doctor_n_
doctor_n_
HN member- Joined
- Fri, May 08, 2020, 11:44 AM UTC
- HN karma
- 138
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About doctor_n_
No profile information was provided.
Recent public activity
-
comment
Comment #28328678
When developing an application, configuration formats and internal data-structures typically evolve between versions. However, maintaining backwards compatability between these ver…
- story
-
comment
Comment #23293702
Actually, subtype-checking in Java is Turing-complete. Someone proved this and used the result to build a parser generator for fluent interfaces. [1] [1] https://arxiv.org/pdf/1605…
-
comment
Comment #23292042
I was unaware of typenum until I started showing people this - I'm actually amazed at the level of effort that's gone into it.
-
comment
Comment #23290728
You didn't need this, you didn't want this, but here we are.
- story
- comment
-
story
Show HN: Micro-mitten – Research language with compile-time memory management
I've been working on implementing the compile-time approach to memory management described in this thesis (https://www.cl.cam.ac.uk/techreports/UCAM-CL-TR-908.pdf) for some time no…