Viewing profile — doody12
doody12
HN member- Joined
- Fri, Jun 09, 2017, 3:52 PM UTC
- HN karma
- 13
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About doody12
No profile information was provided.
Recent public activity
-
comment
Comment #14559326
I think one of the big issues with Rust is that it isn't as portable as C. Bootstrapping Rust is hard, doing the same for C is simple. I could create a simple C compiler just to bo…
-
comment
Comment #14523124
That depends on what you want to learn. If you want to improve your code reading skills and/or C programming skills, then you can probably go ahead and start reading, for example, …
-
comment
Comment #14523090
Code quality is hard to measure, but I think that any competent C programmer that reads the source code for OpenBSD will agree that the quality is above average. OpenBSD is a fork …
-
comment
Comment #14522257
I disagree, reading quality code, which I would argue that the OpenBSD source is, is one of the best ways to improve. Also, being able to read and understand code is an important s…