(define-module (start)) (use-modules (ice-9 threads)) (call-with-new-thread (lambda () (format #t "hello from thread\n")))