I can run (run-program "/usr/ls" '()) in sbcl, is there an equivalent in any scheme implementation? Chicken.. r6rs?

link|improve this question

53% accept rate
feedback

3 Answers

GNU Guile also supports system and other related functions (such as OS-level fork and exec).

link|improve this answer
feedback

PLT/Racket supports system, in different versions.

link|improve this answer
perfect! That works great. I wanted to to a program to learn from from started a program at the end. – Isaiah Feb 6 '11 at 19:07
feedback

Chicken has system as well. In Gauche it's called sys-system.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.