;;; Copyright (c) 2019 David Ireland. All rights reserved. ;;; BSD 3-Clause License: http://opensource.org/licenses/BSD-3-Clause (module shen * #| Doesn't work (run-shen read-file read-from-string register-function-arity eval-without-macros |# (import scheme srfi-1 srfi-13 srfi-69 chicken.io chicken.load chicken.base chicken.port chicken.file chicken.format chicken.irregex chicken.condition chicken.process-context) (include "shen-core.scm"))