janet-sh:janet的类似简写形式的函数

时间:2024-03-09 22:26:26
【文件属性】:

文件名称:janet-sh:janet的类似简写形式的函数

文件大小:4KB

文件格式:ZIP

更新时间:2024-03-09 22:26:26

C

珍妮特 基本原理和设计已在部分涵盖 快速范例 (import sh) # raise an error on failure. (sh/$ touch foo.txt) # raise an error on failure, return command output. (sh/$< echo "hello world!") "hello world!\n" # return true or false depending on process success. (when (sh/$? true) (print "cool!")) # pipelines (sh/$ cat ,path | sort | uniq) # pipeline matching (match (sh/run yes | head -n5) [0 0] :ok)


【文件预览】:
janet-sh-master
----sh.janet(7KB)
----_sh.c(2KB)
----test()
--------sh.janet(2KB)
----README.md(516B)
----project.janet(367B)

网友评论