Hi Alex.
Alex wrote on 2018-05-25 10:16:
Is there a `cond-expand` feature only available when compiling with `gsc`, or vice-versa, when interpreting with `gsi`?
I found the definition of generate-cond-expand-features in lib/_nonstd.scm . There does not seem to be cond-expand feature identifier that you can use. Maybe it makes sense to introduce
gambit-gsc (or gambit-compiler)
and
gambit-gsi (or gambit-interpreter) ?
Ciao Sven