Well, the second time... Here I am in the s7 repl: (define f ((*libc* 'popen) "./snd" "w")) ((*libc* 'fputs) "(open-sound \"oboe.snd\")" f) ((*libc* 'fflush) f) #<sound 0> ; heh heh ((*libc* 'pclose) f)