cl-linq:linq in lisp; 数据集操作轻松完成

时间:2024-06-04 02:46:54
【文件属性】:

文件名称:cl-linq:linq in lisp; 数据集操作轻松完成

文件大小:5KB

文件格式:ZIP

更新时间:2024-06-04 02:46:54

CommonLisp

cl-linq 用于表格数据集的简单可查询界面。 例子: CL-USER> (cl-linq:query :contains 1 '(1 2 3 4)) T CL-USER> (cl-linq:query :all #'oddp '(1 2 3 )) NIL CL-USER> (cl-linq:query :all #'oddp '(1 3 5 )) T CL-USER> CL-USER> (defparameter *people* `(((:name . "stephen") (:email . "s@email.com") (:age . 33)) ((:name . "bob") (:email . "b@email.com") (:age . 49)) ((:name . "foo") (:email .


【文件预览】:
cl-linq-master
----cl-linq-tests.asd(370B)
----cl-linq.lisp(6KB)
----README.md(994B)
----cl-linq.asd(571B)
----cl-linq-tests.lisp(2KB)
----.gitignore(2B)

网友评论