gauche-zipload:直接从ZIP档案中加载的Gauche库

时间:2021-05-23 13:59:20
【文件属性】:
文件名称:gauche-zipload:直接从ZIP档案中加载的Gauche库
文件大小:5KB
文件格式:ZIP
更新时间:2021-05-23 13:59:20
scheme gauche Scheme 关于Gauche-zipload 这是Gauche的图书馆。 您可以使用此库中的过程直接从ZIP存档中加载。 先决条件 该模块正在使用Gauche 0.9.3发行后添加的一些功能。 安装 $ git clone git://github.com/SaitoAtsushi/gauche-zipload.git $ cd gauche-zipload $ ./configure $ make $ make check $ [sudo] make install 一个简单的例子 当ZIP归档文件FOO.zip中包含以下三个文件时 ; ; T1.scm ( load " T2 " ) ( load " T3 " ) ( define ( test-zipload ) ( list a b)) ; ; T2.scm ( define a 'a) ; ; T3.scm ( define b '
【文件预览】:
gauche-zipload-master
----COPYING(1KB)
----configure(2KB)
----zipload.scm(2KB)
----Makefile.in(1KB)
----test.scm(3KB)
----readme.org(1KB)
----VERSION(4B)

网友评论