[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Why shouldn't we have a #if .... #else .... #endif construct in Emac
From: |
Emanuel Berg |
Subject: |
Re: Why shouldn't we have a #if .... #else .... #endif construct in Emacs Lisp? |
Date: |
Mon, 28 Aug 2023 21:53:04 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Alan Mackenzie wrote:
> In C, we have the very useful conditional compilation
> directives introduced by #if or #ifdef, etc., which end at
> #end.
Those are directives to the C preprocessor and some people say
it is a sign of weakness such a thing is even necessary to
begin with.
Let's see if they are right!
What problem do you have? If we can solve it in Elisp, we
cannot say those people saying that are wrong.
--
underground experts united
https://dataswamp.org/~incal
Re: Why shouldn't we have a #if .... #else .... #endif construct in Emacs Lisp?,
Emanuel Berg <=
Re: Why shouldn't we have a #if .... #else .... #endif construct in Emacs Lisp?, Philip Kaludercic, 2023/08/29
Re: Why shouldn't we have a #if .... #else .... #endif construct in Emacs Lisp?, Stefan Kangas, 2023/08/29