mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-09 22:17:33 +02:00
Use new import. But there is another number/symbol issue
This commit is contained in:
parent
151a09386e
commit
11b479f379
1 changed files with 2 additions and 1 deletions
3
test.scm
3
test.scm
|
@ -1,6 +1,7 @@
|
||||||
(import (scheme base)
|
(import (scheme base)
|
||||||
(scheme read)
|
(scheme read)
|
||||||
(scheme write))
|
(scheme write)
|
||||||
|
(srfi 18))
|
||||||
|
|
||||||
;; Spawn off a thread
|
;; Spawn off a thread
|
||||||
;(let ((t (thread-start! (make-thread (lambda () (write 'a))))))
|
;(let ((t (thread-start! (make-thread (lambda () (write 'a))))))
|
||||||
|
|
Loading…
Add table
Reference in a new issue