Use new import. But there is another number/symbol issue

This commit is contained in:
Justin Ethier 2015-12-26 23:55:16 -05:00
parent 151a09386e
commit 11b479f379

View file

@ -1,6 +1,7 @@
(import (scheme base)
(scheme read)
(scheme write))
(scheme write)
(srfi 18))
;; Spawn off a thread
;(let ((t (thread-start! (make-thread (lambda () (write 'a))))))