14 lines
235 B
Scheme
14 lines
235 B
Scheme
;;;
|
|
;;; husk-scheme
|
|
;;; http://justinethier.github.com/husk-scheme
|
|
;;;
|
|
;;; Written by Justin Ethier
|
|
;;;
|
|
;;; r7rs-small repl library
|
|
;;;
|
|
|
|
(define-library (scheme repl)
|
|
(export
|
|
interaction-environment)
|
|
(import (scheme)))
|