cyclone/examples/hello-library/hello.scm
2015-05-14 22:28:45 -04:00

9 lines
270 B
Scheme

; TODO: just adding temporarily until import is supported.
; idea is to try and see how the C code needs to change to
(import (scheme base)
(libs lib1)
;(rename (prefix (libs lib1) test-))
)
;(test-lib1-hello)
(write lib1-hello)