Re: Standardizing some feature identifiers
Duy Nguyen 14 Feb 2020 13:42 UTC
On Fri, Feb 14, 2020 at 8:40 PM John Cowan <xxxxxx@ccil.org> wrote:
>
>
>
>> > r7rs-small defines some, for example exact-complex. Maybe I'm just
>> > missing something.
>
>
> You can use (library (scheme complex)) and (library (scheme inexact)) to determine the presence of complex and inexact numbers, which is why there are no features for them.
Cool! I skimmed past cond-expand description and this (library ..)
syntax went in one ear and straight out of the other. Fixing the
tests...
--
Duy