(import scheme) (import (chicken base)) (import (srfi 105)) ;; csi -s test-srfi-105.scm ;; csc -X srfi-105 test-srfi-105.scm (print "2 + 2 is " {2 + 2}) ;; Local Variables: ;; flymake-chicken-csc-extra-args: ("-X" "srfi-105") ;; End: