rts-packages-32.scm 422 B

1234567891011121314
  1. ; Part of Scheme 48 1.9. See file COPYING for notices and license.
  2. ; Authors: Richard Kelsey, Jonathan Rees, Marcus Crestani, David Frese,
  3. ; Mike Sperber
  4. ; Platform-specific constants
  5. (define-structure platform platform-interface
  6. ;; don't open anything---this is loaded before even SCHEME-LEVEL-0 is available
  7. (define-all-operators)
  8. (usual-transforms and cond do let let* or)
  9. (files ((vm data) platform-32)))