Created
December 8, 2016 03:24
-
-
Save zhouqiang-cl/2eec0fb57ce58d033277ff6142811973 to your computer and use it in GitHub Desktop.
common lisp 的函数 MACHINE-VERSION
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-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