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.
スキームリビジョン5に外部プログラムを呼び出す方法はありますか?例えば:
(system "ls")
そうでない場合、SRFIまたはScheme仕様のその後のリビジョン(R6RSなど)で指定されているような、これを行うための「公式の」方法はありますか?
いいえ。
(一般に、「標準スキーム」でコードを書こうとするのは悪い考えsystemであり、特定の実装の外で、または何らかの互換性ライブラリを介して使用できるほど十分に標準になる可能性が低いものの 1 つです。)
system