Program
(import (scheme base) (scheme read) (scheme write)) (display (apply string-append (apply append (map list (map symbol->string (read)) '(" " "!")))))
Compile
Interpret
stdin
(hello world)
stdout