モジュールシステム トップレベル定義の名前空間 (define-module foo (define x 3)) (define-module bar (define x 4)) ;; ふたつのxは異なる定義となる