;;;; spock-module.scm - read-syntax and programming interface (module spock ( spock-script \n")) ;; (define (spock-script x . options) (let ((state (current-spock-state))) (unless state (set! state (make-spock-state)) (current-spock-state state)) (with-output-to-string (lambda () (display "\n"))))) ;; (define-syntax (