Is D really terrible for web?
Walter Bright
newshound2 at digitalmars.com
Mon Nov 3 19:28:02 UTC 2025
On 11/2/2025 11:23 AM, Kapendev wrote:
> Now, pro tip/opinion/rant from someone that uses the compiler flag called
> BetterC. It has one or two weird parts, compared to just doing manual memory
> management without this flag, but overall it's fine and does the job. You should
> only use it when you have a good reason for it. It's not just a "no GC" or a
> "manual memory management" flag.
BetterC is very useful to me in developing the #AArch64 code generator. The
reason is, the code generator is not good enough yet to compile all of druntime.
with BetterC, which does not rely on druntime, I am able to create and run
simple programs with only a semi-functional code generator.
More information about the Digitalmars-d
mailing list