Deutsch   English   Français   Italiano  
<v8rr3d$16a8l$4@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Lawrence D'Oliveiro <ldo@nz.invalid>
Newsgroups: comp.lang.c
Subject: Re: is STC a good supplementary library for C?
Date: Tue, 6 Aug 2024 00:34:54 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 13
Message-ID: <v8rr3d$16a8l$4@dont-email.me>
References: <j4KdnZzYDexmlDP7nZ2dnZfqn_idnZ2d@brightview.co.uk>
	<containers-20240803130427@ram.dialup.fu-berlin.de>
	<pan$43aba$9be34f98$8b3ff06$290b415b@invalid.invalid>
	<v8ovkm$8t63$8@dont-email.me>
	<pan$71096$c995f4f4$5cff75ae$e09e5907@invalid.invalid>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Tue, 06 Aug 2024 02:34:54 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="6e0317a773c6dba529c5a1af356cf75e";
	logging-data="1255701"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1+vU/YTrgNntSizrk7I55ik"
User-Agent: Pan/0.159 (Vovchansk; )
Cancel-Lock: sha1:nWflibdnkJ6MgO+v/5TsT8MRmFw=
Bytes: 1529

On Mon, 5 Aug 2024 16:35:52 -0000 (UTC), Blue-Maned_Hawk wrote:

> Lawrence D'Oliveiro wrote:
> 
>> Macros done by manipulating strings in a preprocessor are the wrong way
>> to do them.
>> 
>> The right way to do macros is at the AST level, like Lisp does them.
> 
> Standard C preprocessors are already token-based instead of text-based
> like prestandard ones were.

Not what I said.