Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
(run-program "/usr/ls" '())SBCL で実行できます。スキームの実装に同等のものはありますか?
(run-program "/usr/ls" '())
GNU Guile は、systemおよびその他の関連機能 (OS レベルforkや などexec) もサポートしています。
system
fork
exec
チキンにもシステムがあります。Gauche ではsys-systemと呼ばれます。
PLT/Racket はsystem、さまざまなバージョンで をサポートしています。