Viewing profile — derekbsnider
derekbsnider
HN member- Joined
- Fri, Jul 24, 2026, 7:48 PM UTC
- HN karma
- 2
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About derekbsnider
No profile information was provided.
Recent public activity
-
comment
Comment #49125606
While I expect that a language specifically for LLMs would not be a terrible idea, I think what is actually needed is a different interface for LLMs to use. Currently Claude Code a…
-
comment
Comment #49042716
I'm actually working on one... well, it's a lot more than a C++ to C transpiler, but it's just one of the features it contains. It's actually a C/C++ derived language which current…
-
comment
Comment #49042637
So this makes me think that a "better" idea is let C be the actual underlying foundation for all of these languages because most languages are written in C (and C++) in the first p…
-
comment
Comment #49042524
Oh wow, interesting project... I've also been working on a "better c" for a few years, and while it was originally a JIT language (using jitasm), I recently switch to MIR, but sinc…