Sujet : Re: Alternative compilation model for C
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.lang.cDate : 23. May 2024, 06:56:10
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v2mlpq$1kbn7$1@dont-email.me>
References : 1
User-Agent : Pan/0.155 (Kherson; fc5a80b8)
On Mon, 20 May 2024 17:03:33 -0300, Thiago Adams wrote:
So one difference of this compilation model is that #include is NOT text
inclusion. It is "import symbols" and the external context is not
accessible.
Reinventing modules à la Ada or Modula-2, anyone? Or even Mesa from Xerox
PARC, even earlier?