13 lines
203 B
Scheme
13 lines
203 B
Scheme
;;;
|
|
;;; husk-scheme
|
|
;;; http://justinethier.github.com/husk-scheme
|
|
;;;
|
|
;;; Written by Justin Ethier
|
|
;;;
|
|
;;; r7rs read library
|
|
;;;
|
|
|
|
(define-library (scheme read)
|
|
(export read)
|
|
(import (scheme)))
|