On Sunday, March 16, 2025, Steven Niu <niush...@gmail.com> wrote: > > +# is missing, we must link not just compile, and store the results in > global > > The "compile" should be "compiler"? >
No. Compile is the verb that pairs with link. Compiler is a noun, its compliment being the linker. I’d probably add a comma before the “not” though. Or maybe: we must also link and store the results in global Doesn’t link imply compilation? David J.