low.scm 373 B

12345678910111213
  1. ; Copyright (c) 1993-2007 by Richard Kelsey and Jonathan Rees. See file COPYING.
  2. ; Portable versions of low-level things that would really like to rely
  3. ; on the Scheme 48 VM or on special features provided by the byte code
  4. ; compiler.
  5. (define (vector-unassigned? v i) #f)
  6. (define maybe-open-input-file open-input-file)
  7. (define maybe-open-output-file open-output-file)