On Friday, 27 February 2026 at 14:56:33 UTC, Lars Johansson wrote:
On Saturday, 21 February 2026 at 16:04:37 UTC, Lars Johansson
wrote:
I give the bare metal another try.
Finally I’m done with my bare metal experiment. Quite a
learning experience.
If you should do serious bare metal coding I think you need to
be proficient in C and assembler (which I’m not).
Is betterC the right environment for bare metal? I do not know.
BetterC is definitely better than I thought, very easy to use.
Still, so far programming in D is a pleasant experience.
My biggest problem is, I do not know what I should use D for.
And a question - Is BetterC a superset of C?
BetterC is a subset + no D runtime. The no runtime part is the
important one when using it.