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.
Scheme Revision 5 中有没有办法调用外部程序?例如:
(system "ls")
如果没有,是否有任何“官方”方法可以做到这一点,例如在 SRFI 或方案规范的更高版本(R6RS 等)中指定?
不。
(尝试使用“标准方案”编写代码通常是一个坏主意,并且system是不太可能成为标准以在特定实现之外或通过某些兼容性库可用的那些东西之一。)
system