我在网上找到了一个代码示例,通过使用 os process 模块解决了当前的问题。
(use-modules (os process))
(http://gnu-guile.7481.n7.nabble.com/getting-pipes-going-td14625.html#a14627)
那很酷,除了我没有那个模块,并且不知道在哪里以及如何获得它。
你能帮忙吗?
(我在Debian上使用Guile 2.0。)
答案 0 :(得分:1)
您正在寻找的模块/库名为“Guile Library”(guile-lib),并且是introduced here(nongnu.org)
函数run-with-pipe
为documented here,库可能为downloaded here。