$ cat ~/.csirc ;; -*- scheme -*- (cond-expand (chicken-5 (import (chicken load))) (else)) (load-verbose #f) (cond-expand (chicken-4 (use big-chicken)) (chicken-5 (import big-chicken)))