;;;; run.scm - trivial test (use setup-api) (define stalin (make-pathname (program-path) "chicken-stalin")) (run (,stalin -On -k -d1 hello.scm)) (run (./hello))