chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CHICKEN version dependent expansion


From: Christian Himpe
Subject: Re: CHICKEN version dependent expansion
Date: Tue, 28 Jun 2022 21:59:48 +0200 (CEST)


Christian Himpe schrieb am 2022-06-28:


> Lassi Kortela schrieb am 2022-06-28:
> > >I am trying to define a function depending on the version of CHICKEN.  I 
> > >was thinking to use "cond-expand" for this purpose, but found no suitable 
> > >feature in the documentation

> > #;1> (cond-expand (chicken-5 'a) (chicken 'b) (else 'c))
> > a

> This only seems to let me differentiate between major versions and not minor 
> versions, am I correct? I would need to decide based on minor versions. But 
> thanks nonetheless, "chicken-5" seems not to be mentioned in the docu.

> Christian

OK, I just blindly tested with minor versions, i.e.: chicken-5.X, and it seems 
to work. Should I add this to the docu?

Great!

-- 
Dr. rer. nat. Christian Himpe
University of Münster / Applied Mathematics Münster
Orléans-Ring 10 / 48149 Münster / Germany
https://himpe.science



reply via email to

[Prev in Thread] Current Thread [Next in Thread]