home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / j / jacal1a0.zip / jacal / scl.scm < prev    next >
Text File  |  1992-12-23  |  551b  |  18 lines

  1. ;;; JACAL: Symbolic Mathematics System.        -*-scheme-*-
  2. ;;; Copyright 1989, 1990, 1991, 1992 Aubrey Jaffer.
  3. ;;; See the file "COPYING" for terms applying to this program.
  4.  
  5. (require 'rev3-procedures)
  6. (require 'rev4-optional-procedures)
  7. (require 'with-file)
  8. (require 'transcript)
  9. (require 'common-list-functions)
  10. (require 'sort)
  11. (require 'hash-table)
  12.  
  13. (define base-language 'scheme)
  14. ;;; The rest define dummy functions for common-lisp compatability
  15. ;(define char-code-limit 256)
  16. (define (funcall p . args) (apply p args))
  17. (define proclaim identity)
  18.