Consider this library:

#!r6rs
(library (x)
  (export)
  (import (rnrs))
  (display "imported x!"))

Importing it in Ikarus does not print anything; importing it in Ypsilon or PLT
does print the message. I guess both behavior are consistent with the R6RS
report and that I have found yet another example of inadequate specification.
The question: is there a way to get the message printed in Ikarus?

Reply via email to