clsh:一组用于运行和组成* nix进程的Lispy绑定

时间:2024-05-31 07:49:40
【文件属性】:

文件名称:clsh:一组用于运行和组成* nix进程的Lispy绑定

文件大小:8KB

文件格式:ZIP

更新时间:2024-05-31 07:49:40

CommonLisp

克什 Clsh是一组用于运行和组成* nix进程的Lispy绑定。 基本原理 Common Lisp令人惊叹,但不幸的是,有时我们没有所需的库。 通常,我们可以使用命令行工具来执行给定的任务。 例子 (in-package :clsh-user) (in-readtable :clsh-syntax) ; ; outputs "hello world" (with-programs ( " echo " ) (to *standard-output* (echo :arguments '( " hello world " )))) ; ; outputs lines that match "bin" (with-programs ( " ls " " grep " ) (to *standard-output* (pipe ls


【文件预览】:
clsh-master
----clsh-tests.lisp(2KB)
----clsh.asd(954B)
----example.lisp(737B)
----clsh-tests.asd(335B)
----unix-streams.lisp(5KB)
----README.md(2KB)
----clsh-addons.lisp(342B)
----defpackage.lisp(1KB)
----quicklisp.lisp(200B)
----utils.lisp(1KB)
----clexec.lisp(7KB)

网友评论