Created
December 8, 2016 03:00
-
-
Save zhouqiang-cl/6eef3b944d2174c2e11e5bb669bb89ec to your computer and use it in GitHub Desktop.
common lisp 的函数 MACHINE-INSTANCE
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
语法 | |
machine-instance => description | |
参数和值 | |
description --- 一个 string 或者 nil | |
描述 | |
返回一个 string 来描述运行 common lisp 的电脑硬件(其实就是主机名, 写的这么晦涩) | |
代码 | |
* (machine-instance) | |
"zhouqiangdeMacBook-Air-2.local" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment