Skip to content

Instantly share code, notes, and snippets.

@zhouqiang-cl
Created December 8, 2016 03:00
Show Gist options
  • Save zhouqiang-cl/6eef3b944d2174c2e11e5bb669bb89ec to your computer and use it in GitHub Desktop.
Save zhouqiang-cl/6eef3b944d2174c2e11e5bb669bb89ec to your computer and use it in GitHub Desktop.
common lisp 的函数 MACHINE-INSTANCE
语法
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