Skip to content

Instantly share code, notes, and snippets.

@zhouqiang-cl
Created December 8, 2016 03:24
Show Gist options
  • Save zhouqiang-cl/2eec0fb57ce58d033277ff6142811973 to your computer and use it in GitHub Desktop.
Save zhouqiang-cl/2eec0fb57ce58d033277ff6142811973 to your computer and use it in GitHub Desktop.
common lisp 的函数 MACHINE-VERSION
语法
machine-version => description
参数和值
description --- 一个 string 或者 nil
描述
返回机器硬件的 version
代码
* (machine-version)
"Intel(R) Core(TM) m3-6Y30 CPU @ 0.90GHz"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment