Hello!
Really strange for me. The following piece of code
(pp (cadar '(("a" ("b" "c")) ("e" "f"))))
displays
"e"
in Gambit-compiled code, and
("b" "c")
in Gambit interpreter.
Any ideas?
I use Gambit Version 4.0 beta 14.
Thanks in advance,
Dmitry