首页 > 其他分享 >Chez Notes

Chez Notes

时间:2022-12-18 17:56:11浏览次数:40  
标签:load Notes Chez library xx import

库:

载入

load
load-library
这两个会重定义现有库

import
import 不会重定义现有库。要通过 import 引入的库,必须放在一个文件中,文件名是这个库的名字。

库路径

library-directories
这个函数(S 1.3)也可以在 scheme 启动时用 --libdirs dir:... 参数设置。

library-extensions
和上面的一样。这个函数指定了哪些后缀的文件被当作库。

上面那两个函数值是字符串对列表,(("xx" . "xx") ("xx" . "xx") ("xx" . "xx") ("xx" . "xx"))。对里前一个是源文件,后一个是对应的对象文件。字符串里扩展名要带着点,呵呵。
无参数调用返回值,有一个参数调用设置值。

Date: 2016-11-03 10:14

标签:load,Notes,Chez,library,xx,import
From: https://www.cnblogs.com/saigut/p/16990637.html

相关文章

  • Sticky Notes v. 1.8
    StickyNotesv.1.8 Downloadsourcefiles-134KbAnnouncementInolongersupporttheStickyNotesutilityonCodeProject.Anyoneinterested......
  • laravel9-原生注解路由插件-laravel-route-notes
    laravel-route-noteslaravel框架扩展,原生注解生成路由优点是直接生成路由文件,不在运行中解析路由,提升效率使用环境[PHP]>=8.0[Laravel]>=9.0如何安装直接使用co......
  • SME Notes 1
    SMENotes1Simplelinearregressionmodel\[y_i=\beta_1+\beta_2x_i+\epsilon_i\]Thereareanumberofassumptionsrequiredtoformulatethesimplelinearreg......
  • Notes: Principles of Econometrics / Statistical Method in Economics
    SMENote2Thisnoteisthenoteforstatisticalmethodineconomicscourse.Madeforquickcheckofimportantformulae.kw:xi,residual\(\sum_{i=1}^nx_i......
  • About AnyThings 之 小程序开发常用事例 Notes(一)
    LZ-Says:不走,总会被逼着走。想要有Change的权利,背后就一定要付出很多努力。前言小程序断断续续搞了有一段时间了,发现在某些情况下,第一次消耗30分钟,而后则几分钟即可。......
  • Python3 notes
    Python3基础标识符第一个字符必须是字母表中字母或下划线_。标识符的其他的部分由字母、数字和下划线组成。标识符对大小写敏感。在Python3中,可以用中文作为变......
  • DeathNotes靶场实操
    DeathNote:01靶场实操一搭建环境下载地址:Deathnote:1~VulnHub导入Vmware即可【打开-选择ova-确定】二环境配置kaliip:192.168.32.135deathnoteip:192.168.32.X......
  • PyOCD Notes
    InstallationUbuntu20.04ForUbuntu20.04theversioninaptrepositoryis0.13.1+dfsg-1,whichistoolowtorecognizeJ-Linkprobe$apt-cacheshowpython3-py......
  • IDEA中给源码添加自己注释——private-notes插件安装使用
    一、前言我们在空闲之余喜欢研究一些经典框架的源码,发现没办法把自己的注释添加上。会给出提示:​​​Fileisread-only​​​很烦,但是为了安全考虑也是没有办法的!这是一......
  • Notes for RAC Installation
    NotesforRACInstallation Problem#1: RACnodedoesfailstostartCRSafterturningoff1Infinibandswitch Symptom:AfteroneoftheredundantInfin......